Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 11, 2020 03:54
Show Gist options
  • Save nicoder/5cdf4b7704133ad09e84d01fdfab9683 to your computer and use it in GitHub Desktop.
Save nicoder/5cdf4b7704133ad09e84d01fdfab9683 to your computer and use it in GitHub Desktop.
use_bpm 180
live_loop :a do
sample :tabla_tun1
sleep 1
end
live_loop :b do
sync :a
use_synth :dsaw
use_synth_defaults cutoff: 60, release: 3, attack: 0.2
with_fx :slicer, phase: 0.5 do
play 60
play (ring 67, 67, 65).stretch(4).tick
end
sleep 2.5
end
live_loop :c do
sync :a
play (ring 48, 46, 45, 43).stretch(6).tick
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment