1 Oct
2011
1 Oct
'11
3:23 a.m.
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