Created
November 22, 2015 11:08
-
-
Save nicoder/eb9a1a99af878ff8175a to your computer and use it in GitHub Desktop.
Lightly Row
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
use_bpm 180 | |
play_pattern_timed [:e4, :cs4, :cs4], [1, 1, 2] | |
play_pattern_timed [:d4, :b3, :b3], [1, 1, 2] | |
play_pattern_timed [:a3, :b3, :cs4, :d4], [1] | |
play_pattern_timed [:e4, :e4, :e4], [1, 1, 2] | |
define :second do | |
play_pattern_timed [:e4, :cs4, :cs4, :cs4], [1, 1, 1, 1] | |
play_pattern_timed [:d4, :b3, :b3, :b3], [1, 1, 1, 1] | |
play_pattern_timed [:a3, :cs4, :e4, :e4], [1] | |
play_pattern_timed [:cs4, :cs4, :cs4], [1, 1, 2] | |
end | |
second | |
play_pattern_timed [:b3, :b3, :b3, :b3], [1] | |
play_pattern_timed [:b3, :cs4, :d4], [1, 1, 2] | |
play_pattern_timed [:cs4, :cs4, :cs4, :cs4], [1] | |
play_pattern_timed [:cs4, :d4, :e4], [1, 1, 2] | |
second |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment