Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 24, 2016 03:41
Show Gist options
  • Save nicoder/508e376369efebda9e89 to your computer and use it in GitHub Desktop.
Save nicoder/508e376369efebda9e89 to your computer and use it in GitHub Desktop.
live_loop :a do
play (ring 67, 70).tick, release: 0.1
play (ring 72, 77).look, release: 0.1
play scale(72, :aeolian, num_octaves: 3).choose, release: 0.1
sleep 0.125
end
live_loop :b do
sync :a
use_synth :tb303
play chord(38).choose, attack: 1, release: 1.3
sleep 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment