Created
July 9, 2016 11:26
-
-
Save mgalushka/41fdd6919c768ce79eb80a659f0eef0b to your computer and use it in GitHub Desktop.
Session with KG.
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 = [50, 55, 62, 50, 55, 62, 50, 55, 62, 50, 55, 62].ring | |
counter = 0 | |
live_loop :amen_break do | |
use_bpm 80 | |
counter = (inc counter) | |
sample :loop_amen, beat_stretch: 2 | |
#play [:E3, :G3, :B3] | |
play ls[counter] | |
sleep 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment