Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created August 17, 2015 18:36
Show Gist options
  • Save nicoder/6d3209aeb36154e5465b to your computer and use it in GitHub Desktop.
Save nicoder/6d3209aeb36154e5465b to your computer and use it in GitHub Desktop.
# derived from the example in 09.4 Ticking
live_loop :arp do
play (scale :e3, :minor_pentatonic).tick(:foo), release: 0.1 unless one_in 12
play (scale :e4, :minor_pentatonic).tick(:foo), release: 0.1 if one_in 7
sleep (ring 0.125, 0.25).tick(:bar)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment