Skip to content

Instantly share code, notes, and snippets.

@zolon4
Created May 1, 2020 19:28
Show Gist options
  • Save zolon4/72b5b2b63ed8dfd336673949529f3617 to your computer and use it in GitHub Desktop.
Save zolon4/72b5b2b63ed8dfd336673949529f3617 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)), attack:5, release: 60, decay: 500
sleep 1
end
loop do
play choose(scale(:c1, :dorian)), attack:5, release: 60, decay: 500
sleep 3
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment