Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created December 23, 2015 04:28
Show Gist options
  • Select an option

  • Save mohayonao/356134ace55a476a556e to your computer and use it in GitHub Desktop.

Select an option

Save mohayonao/356134ace55a476a556e to your computer and use it in GitHub Desktop.
// (
// {
// var trig = Dust.kr(10);
// SinOsc.ar(
// TRand.kr(300, 3000, trig)
// ) * 0.1
// }.play;
// )
let TrandExample = ($) => {
return $("sine", $("trand", { lo: 300, hi: 3000, trigger: $("dust", { density: 10 }) }));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment