You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // the event
- Dyno d;
- SinOsc s => Pan2 p;
- p.left => JCRev revr => dac.left;
- p.right => JCRev revl => dac.right;
- 100 => s.freq;
- .2 => s.gain;
- .1 => p.gain;
-
- -1 => p.pan;
- 1::second => now;
-
- 0 => p.pan;
- 1::second => now;
-
- 1 => p.pan;
- 1::second => now;
|