Skip to content

Instantly share code, notes, and snippets.

@zolon4
Created May 8, 2020 18:58
Show Gist options
  • Save zolon4/8a32dc61e86adbe9476d050287eeac39 to your computer and use it in GitHub Desktop.
Save zolon4/8a32dc61e86adbe9476d050287eeac39 to your computer and use it in GitHub Desktop.
use_synth :hollow
with_fx :reverb, mix: 0.8 do
with_fx :distortion, distort:0.1 do
loop do
play choose(scale(:c4, :dorian)), decay: 10
sleep [1, 2, 3].choose
end
loop do
play choose(scale(:c4, :dorian)), attack:5, release: 10, decay: 10
sleep 3
end
loop do
play choose(scale(:Cs0, :dorian)), attack:5, release: 10, decay: 10
sleep 2
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment