On 2010-02-04 14:00, Ignacio Lois wrote:
Hello, I'm trying to initialize a delwrite~ object with varying msec length. I don't seem to be able to pass the length as a variable and into the creation argument. Am I trying something horribly stupid, or is there a way to do that? Thanks
[delwrite~ <delname> 1000]
you cannot change the length of the delayline once the object is instantiated. (of course you can change the actual delay dynamically in the [delread~] object; but the maximum delay is fixed)
fgmadr IOhannes