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!
Proper way to direct knob values to all voices of poly~?
-
chaircrusher
- Posts: 90
- Joined: Fri Dec 03, 2004 7:54 pm
-
flowdesigner
- Posts: 930
- Joined: Sun Dec 21, 2008 5:58 am
Re: Proper way to direct knob values to all voices of poly~?
send through message - target 0, $1
Re: Proper way to direct knob values to all voices of poly~?
did not see your patches, but did you set the @target attribute of poly~ object to 0 ?
-
flowdesigner
- Posts: 930
- Joined: Sun Dec 21, 2008 5:58 am
Re: Proper way to direct knob values to all voices of poly~?
yeah, that is better