-
tyldurd
Perfect! I'll try that. I am too used to "traditional" programming languages. Thanks again!
-
tyldurd
Hmm, not sure I get what you mean... From what I have read here and there, the way to do this would be to implement a counter incremented by a metro object, right? But it is not generated at once, it's probably limited by the audio rate. Or am I missing something?
-
tyldurd
Great! Thanks a lot!
And is it possible to generate a long list algorithmically? -
tyldurd
I would like to implement a modal synth using a large number of resonant filters (typically between 16 and 64). Each filter would have a different set of parameters.
I am trying to use the clone object for that but the help is not really helpful to me. Is it possible to send messages to the different instances of the cloned object to set a large number of parameters at once? Or maybe there is another way of achieving this?
Thanks in advance!