Created
March 24, 2016 03:41
-
-
Save nicoder/508e376369efebda9e89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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