Skip to content

Instantly share code, notes, and snippets.

@dirkmueller
Created February 26, 2023 22:25
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 dirkmueller/4483d7c9324d6f3e13b6f3657ca68b59 to your computer and use it in GitHub Desktop.
Save dirkmueller/4483d7c9324d6f3e13b6f3657ca68b59 to your computer and use it in GitHub Desktop.
o when the saints
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