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

Learn about building and using Max for Live devices.
Post Reply
chaircrusher
Posts: 90
Joined: Fri Dec 03, 2004 7:54 pm

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

Post by chaircrusher » Thu Nov 03, 2011 4:31 pm

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!

flowdesigner
Posts: 930
Joined: Sun Dec 21, 2008 5:58 am

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

Post by flowdesigner » Thu Nov 03, 2011 10:01 pm

send through message - target 0, $1

JaggFab
Posts: 15
Joined: Thu Jul 30, 2009 11:01 pm
Location: Geneva, Switzerland
Contact:

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

Post by JaggFab » Fri Nov 04, 2011 8:45 am

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~?

Post by flowdesigner » Fri Nov 04, 2011 11:19 am

yeah, that is better

Post Reply