Page 1 of 1

Proper way to direct knob values to all voices of poly~?

Posted: Thu Nov 03, 2011 4:31 pm
by chaircrusher
Apparently, I'm not properly able to feed the filter knob values in to each of the instances of the filters inside the poly~. It makes some crazy ugly sounds: http://www.cornwarning.com/chaircrusher ... h-f-up.mp3

http://www.cornwarning.com/chaircrusher ... her.maxpat
http://www.cornwarning.com/chaircrusher ... Synth.amxd

I suspect that when a knob changes, the event goes into poly~ but since Max isn't Reaktor, the knob values don't get pushed to all voices.

What I don't know is what the best way is to send each knob change to all voices.

I'd like to get to the point with Max where I'm as fluent as I am with Reaktor, but I imagine I have a lot more hours to put in!

Re: Proper way to direct knob values to all voices of poly~?

Posted: Thu Nov 03, 2011 10:01 pm
by flowdesigner
send through message - target 0, $1

Re: Proper way to direct knob values to all voices of poly~?

Posted: Fri Nov 04, 2011 8:45 am
by JaggFab
did not see your patches, but did you set the @target attribute of poly~ object to 0 ?

Re: Proper way to direct knob values to all voices of poly~?

Posted: Fri Nov 04, 2011 11:19 am
by flowdesigner
yeah, that is better