Skip to content

Instantly share code, notes, and snippets.

@SnowBird27
Last active February 26, 2018 19:23
Show Gist options
  • Save SnowBird27/75eac48d42ca821c196575e51e6ce229 to your computer and use it in GitHub Desktop.
Save SnowBird27/75eac48d42ca821c196575e51e6ce229 to your computer and use it in GitHub Desktop.
live_loop :anythingyouwnat do
play (scale :e3, :minor_pentatonic).tick(:foo), release: 0.1
sleep (ring 0.125, 0.25).tick(:bar)
end
sleep 8.5
live_loop :anythinguwant do
sample :loop_garzul, rate: 0.5, finish: 0.25
sample :loop_industrial, beat_stretch: 4, amp: 1
sleep 4
end
sample :guit_e_slide
sleep 1.5
sample :guit_e_slide, rate: 0.9
sleep 1.5
sample :guit_e_slide, rate: 0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment