Skip to content

Instantly share code, notes, and snippets.

@mgalushka
Created July 9, 2016 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgalushka/9b1467a144d68e12371c6172925b130a to your computer and use it in GitHub Desktop.
Save mgalushka/9b1467a144d68e12371c6172925b130a to your computer and use it in GitHub Desktop.
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