Skip to content

Instantly share code, notes, and snippets.

@zolon4
Created April 6, 2020 21:15
Show Gist options
  • Save zolon4/0af805451aff315c77818376985a0566 to your computer and use it in GitHub Desktop.
Save zolon4/0af805451aff315c77818376985a0566 to your computer and use it in GitHub Desktop.
use_synth :hollow
with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.5 do
10.times do |x|
live_loop "loop-#{x + 1}" do
high = 100/x
low = (100/x) - 5
play choose([high, low]), attack: 6, release: 6, decay: 0.99
sleep 8
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment