Created
July 9, 2016 17:00
-
-
Save mgalushka/9b1467a144d68e12371c6172925b130a 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
ls =[:E, :D, :C, :D, :E, :F, :E, :D, :C, :D, :E, :F, :G,:D,:G,:D,:G,:F,:E,:D,:C,:C,:C,:C,:C ].ring | |
counter = 0 | |
live_loop :main_loop do | |
#use_synth :piano | |
use_bpm 100 | |
counter = (inc counter) | |
use_synth :piano | |
with_fx :ixi_techno do | |
play ls[counter], amp: 1 | |
end | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment