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!