Skip to content

Instantly share code, notes, and snippets.

@spiermar
Created September 24, 2014 03:22
Show Gist options
  • Save spiermar/a2f061cd71bd93f70418 to your computer and use it in GitHub Desktop.
Save spiermar/a2f061cd71bd93f70418 to your computer and use it in GitHub Desktop.
loop do
use_synth :tb303
with_fx(:reverb, room: 0.5, mix: 0.3) do
play choose(chord(:e3, :minor)), release: 0.2, cutoff: rrand(60, 130)
end
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment