Skip to content

Instantly share code, notes, and snippets.

@SnowBird27
Created October 19, 2017 17:46
Show Gist options
  • Save SnowBird27/92f9f1ed69e812d3a45aedd9edb6699e to your computer and use it in GitHub Desktop.
Save SnowBird27/92f9f1ed69e812d3a45aedd9edb6699e to your computer and use it in GitHub Desktop.
live_loop :SnowBird do
use_synth :piano
play chord_degree [1,3,5,7].ring.tick, amp: 0.5
sleep 1
end
live_loop :ByronIA do
use_synth :piano
4.times do
play (scale :c5, :major_pentatonic).choose, amp: 0.5
sleep 0.25
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment