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

[sc-users] granular lagging



i'm working on something that will save presets and 'morph' between them using a lag. i store the values in lists and then load them in. i use lags on the parameters that are changing to get the 'morphing' ( SinOsc.ar(Lag.kr(freq, lagTime), 0, 0.2) ). i realized the lag won't work for granular synthesis since it's event based. is there anything like this: (slider.value = 2).lag? - in a sense automating the slider...

or maybe my idea is completely the wrong direction?

cheers,
j