Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 23, 2016 03:28
Show Gist options
  • Save nicoder/ffe5b395b88169f2a7ab to your computer and use it in GitHub Desktop.
Save nicoder/ffe5b395b88169f2a7ab to your computer and use it in GitHub Desktop.
live_loop :a do
use_synth :mod_fm
d = (ring 0.5, 1, 1.5).tick
play 50 + d + 0, release: d
sleep d
end
live_loop :b do
# sync :a
use_synth :fm
play 59, release: 0.1, attack: 0.05
play 62, release: 0.1, attack: 0.05
sleep 0.5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment