Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created April 2, 2016 04:39
Show Gist options
  • Save nicoder/7301a57bebbffea4352346f372c4cec4 to your computer and use it in GitHub Desktop.
Save nicoder/7301a57bebbffea4352346f372c4cec4 to your computer and use it in GitHub Desktop.
live_loop :m do
sample :elec_ping, rate: (ring 0.9, 1.1).tick
sleep 1
end
live_loop :a do
#sync :m
play scale(60, :aeolian).shuffle.tick release: 0.15, amp: 0.5
sleep 0.25
end
live_loop :b do
#sync :m
use_synth :mod_fm
play (knit 48, 2, 51, 1, 55, 1).tick, release: 2, mod_range: -12
sleep 2
end
live_loop :c do
sync :m
sample :ambi_dark_woosh, amp: 2
sleep sample_duration :ambi_dark_woosh
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment