Skip to content

Instantly share code, notes, and snippets.

@zolon4
Created April 6, 2020 21:06
Show Gist options
  • Save zolon4/1e4a2a5497b3a83b9ca3c177b64174f8 to your computer and use it in GitHub Desktop.
Save zolon4/1e4a2a5497b3a83b9ca3c177b64174f8 to your computer and use it in GitHub Desktop.
use_synth :hollow
use_bpm 60
with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.5 do
live_loop :note1 do
play choose([100, 95]), attack: 6, release: 6, decay: 0.99
sleep 8
end
live_loop :note2 do
play choose([20,10]), attack: 6, release: 6
sleep 8
end
live_loop :note2 do
play choose([30,50]), attack: 6, release: 6
sleep 8
end
live_loop :note4 do
play choose([30,40]), attack: 6, release: 6
sleep 8
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment