Created
March 11, 2020 03:54
-
-
Save nicoder/5cdf4b7704133ad09e84d01fdfab9683 to your computer and use it in GitHub Desktop.
This file contains 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 :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