Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created August 18, 2015 19:14
Show Gist options
  • Save nicoder/538a0978c92e64e30b09 to your computer and use it in GitHub Desktop.
Save nicoder/538a0978c92e64e30b09 to your computer and use it in GitHub Desktop.
with_fx :echo, phase: 1, phase_slide: 2 do |e|
loop do
use_synth :dsaw
play 50, release: 5
control e, phase: 0.025
sleep rrand(1, 5)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment