1 post tagged with "drum"
On October 9th 2020 by Dirk B
00:00
00:21
# Filtered Dnb
# Author: Sam Aaron
use_sample_bpm :loop_amen
with_fx :rlpf, cutoff: 10, cutoff_slide: 4 do |c|
live_loop :dnb do
sample :bass_dnb_f, amp: 5
sample :loop_amen, amp: 5
sleep 1
control c, cutoff: rrand(40, 120), cutoff_slide: rrand(1, 4)
end
end
# -----------------------------------------------------------------------------------
# This composition was shared via algojam.com, consider sharing your creation to :) #
# https://github.com/dirkbosman/algojam/tree/master/src/pages/jams #
# -----------------------------------------------------------------------------------