Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created November 22, 2015 11:08
Show Gist options
  • Save nicoder/eb9a1a99af878ff8175a to your computer and use it in GitHub Desktop.
Save nicoder/eb9a1a99af878ff8175a to your computer and use it in GitHub Desktop.
Lightly Row
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