On Die, 2012-05-22 at 20:13 +0200, Marian Weger wrote: > > > > How can i change the second argument of delwrite dynamically? > > > > I want to change the legth of the delay line each time I store a > > signal, is that possible? > > > > hi! > > you just want a variable delay time, right? > > just make the second argument of delwrite as long as your maximum needed > delay. > simplified, this is the size that is reserved on ram. > > the effective delay time can be specified with delread dynamically > (minimum: 1 dsp cycle, maximum: the size you specified for delwrite)
Actually, you can go as low as 0 samples|ms if you force the execution order correctly. This is documented in help -> 3.audio.examples -> G05.execution.order.pd. Sorry for nitpicking. Roman _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
