Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created December 21, 2016 04:57
Show Gist options
  • Save nicoder/cb132a8eb6836e2ab74073f0a782343d to your computer and use it in GitHub Desktop.
Save nicoder/cb132a8eb6836e2ab74073f0a782343d to your computer and use it in GitHub Desktop.
use_bpm 180
live_loop :one do
synth :mod_fm, note: 72, release: 2, mod_pulse_with: 1
play (ring 72, 70, 72, 74, 72, 70, 72, 72).tick, release: 4
sleep 3
end
live_loop :two do
#sync :one
with_fx :echo, decay: 1, phase: 0.3, mix: 0.5, max_phase: 0.3 do
sample :tabla_dhec
end
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment