Created
February 26, 2023 22:25
-
-
Save dirkmueller/4483d7c9324d6f3e13b6f3657ca68b59 to your computer and use it in GitHub Desktop.
o when the saints
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 120 | |
use_synth :piano | |
with_fx :reverb, room: 0.4 do | |
2.times do | |
play_pattern_timed [:c4, :e4, :f4, :g4], [0.5, 0.5, 0.5, 2] | |
sleep 1 | |
sleep 0.25 | |
end | |
play_pattern_timed [:c4, :e4, :f4], [0.5] | |
play_pattern_timed [:g4, :e4, :c4, :e4], [1] | |
play_pattern_timed [:d4], [2] | |
sleep 0.25 | |
play_pattern_timed [:e4, :e4, :d4], [0.5] | |
play_pattern_timed [:c4], [2] | |
play_pattern_timed [:e4, :g4, :g4, :f4], [1, 1, 0.5, 1.5] | |
sleep 0.5 | |
play_pattern_timed [:e4, :f4], [0.5] | |
play_pattern_timed [ :g4, :e4, :c4, :d4, :c4], [1] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment