Skip to content

Instantly share code, notes, and snippets.

@entyo
Created October 29, 2017 16:03
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 entyo/9a1657963328f66572f3a0a19130c873 to your computer and use it in GitHub Desktop.
Save entyo/9a1657963328f66572f3a0a19130c873 to your computer and use it in GitHub Desktop.
Pbind(
\instrument, \kick2,
\amp, 0.7,
\dur, Pseq([0.5].collect(adjustDur), KICK2_NOTES_N)
).play;
Pbind(
\instrument, \snare,
\out, 0,
\freq, 1000,
\dur, Prand([Rest(0.25), 0.25].collect(adjustDur), KICK2_NOTES_N * 2)
).play;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment