Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created January 1, 2016 21:44
Show Gist options
  • Save nicoder/f8dc2010c2150047c820 to your computer and use it in GitHub Desktop.
Save nicoder/f8dc2010c2150047c820 to your computer and use it in GitHub Desktop.
# @samaaron : @nicoder @Sonic_Pi tremelo can be done with the slicer FX with the wave: opt set to sine or triangle :-)
live_loop :l1 do
with_octave rrand_i(-2, 2) do
with_fx :slicer, wave: 3 do
sample :bd_haus, amp: 2 if one_in 3
play 60, release: 0.3
play (ring 60, 58, 57, 56).tick, release: 0.3
sleep 0.25
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment