Created
December 21, 2016 04:57
-
-
Save nicoder/cb132a8eb6836e2ab74073f0a782343d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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