[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] CombC clicks



Changes in delay time should be gradual -- if they're instantaneous, as here, then one sample, the delay will tap from one part of its buffer, and the next sample will tap from a different part. Click!

Try wrapping dly in a Lag.kr (or using the SynthDef 'rates' argument).
hjh

On Nov 30, 2008, at 4:45 PM, Marinos Koutsomichalis wrote:

SynthDef(\play1, {|bufnum,out=0,rate=1,amp=0,loop=0,dly=0,fdb=0|
var signal;
signal=VDiskIn.ar(2,bufnum,rate,loop);
signal=signal+CombC.ar(signal,2,dly,fdb);
Out.ar(out,amp*signal);
}).send(s);


I get clicks when I change the dly time, why that??


: H. James Harkins
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman