Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 10, 2020 04:01
Show Gist options
  • Save nicoder/0317248a80b6cdda4e8118897a21e71f to your computer and use it in GitHub Desktop.
Save nicoder/0317248a80b6cdda4e8118897a21e71f to your computer and use it in GitHub Desktop.
use_bpm 180
live_loop :a do
sample :tabla_dhec
sleep 1
end
live_loop :b do
sync :a
sleep 0.5
sample :tabla_ghe4 if one_in 2
end
live_loop :c do
sync :a
sleep (ring 0.25, 0.75).tick
sample :tabla_ghe3 if one_in 2
end
live_loop :d do
sync :a
use_synth :fm
play 48, release: 0.2
end
live_loop :f do
sync :a
use_synth :dsaw
use_synth_defaults cutoff: 40, release: 0.2
sleep 0.5
play 60
play 60 - (ring 0, 2).stretch(8).tick
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment