Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 14, 2019 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoder/dbcc817a0483b85e47a653fc9ae819d8 to your computer and use it in GitHub Desktop.
Save nicoder/dbcc817a0483b85e47a653fc9ae819d8 to your computer and use it in GitHub Desktop.
live_loop :ami do
sample :loop_mika, onset: pick, sustain: 0, release: 0.2
sleep 0.125
end
live_loop :deux do
sync :ami
use_synth :tb303
play (octs :e3, 3).choose, release: 8, cutoff: rrand(70, 90), amp: 0.1, pan: rrand(-1, 1)
sleep rrand_i(2, 7)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment