[chuck-users] feedback loop

Tomtom tomtom at herbesfolles.org
Sat Oct 1 03:23:49 EDT 2011


Hi.

>   SinOsc s => Dyno d => dac;
>   100 => s.gain;
>   0 => d.slopeAbove;
>   1 => d.slopeBelow;
>   1 => d.thresh;
>   0::ms => d.attackTime;
>   0::ms => d.releaseTime;
>   day => now;

Unfortunately, this does not have the expected behaviour. 

 note();
 while (1){
       1::samp => now;
       <<< d.last() >>> ;
 }

this will show values oscillating between -1 and -X, with X moving to
-infinity.

You are right, it can be simply done manually within the shred, but the
performance cost is pretty high, isn't it ?

Tom


More information about the chuck-users mailing list