mc.gen~'s independent params
Hello cyclers,
I have a question about [mc.gen~ @chans 4] and [param] object.
Is there a possibility to send a different parameter info to each mc.gens channel?
What I try to do is a different instances of an FM operator with mc.gen~.
Thanks!
not actually tried this with mc.gen~ specifically, but pretty sure as with other mc stuff, you can use 'mc.target' object, see its helpfile(or from the 'mc.input' tab there: i think you can also send the 'setvalue' message directly along with the voice-number and param name and it might work the same(?)).. let us know if that doesn't do it :)
Thanks! I didn't know about mc.target.
I cannot use "setvalue" (or messages at all) because I want to route also the signals (e.g. controlling one operator's parameter by the output from the other operator).
Unfortunately mc.target is an automatised "set value"...
if you're talking about 'param', it exists outside gen~ as a message, so 'setvalue'/mc.target is the best answer... this is how you get individual data through the 'param' specific to voice:
however, if you're describing getting one voice to feed into another voice, then you don't necessarily need to work with MC(you need something more recursive, this isn't what MC is for - MC runs too parallel for that).
hope that helps to make more sense(from what i read in your other thread, it sounds like you might need to rethink the codebox, possibly post the full codebox as you're envisioning it).