Created
December 23, 2015 04:28
-
-
Save mohayonao/356134ace55a476a556e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ( | |
| // { | |
| // 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