Matrixctrl + pattr confusion.
what am i doing wrong here? i'm trying to hook up matrixctrl to pattr. but when i do it restricts it to 'one cell per column' which is not what i want. i want to be able to use as many cells as possible at the same time.
oh yea.
MaxMSP 5.04
Mac OSX 10.4.11
2.16 Intel Core 2 Duo
On Dec 1, 2008, at 10:00 AM, keith o brien wrote:
> what am i doing wrong here?
I'm not sure exactly what is wrong with your example, but if you use
autopattr, instead of individual pattr objects, the problem goes away.
Chris Muir
cbm@well.com
http://www.xfade.com
wow. so it does. very strange. thank you.
You have a feedback loop. Disconnect the connection between matrixctrl's outlet and pattr's inlet. The connection from pattr's central outlet is sufficient to create a two-way transfer between pattr and the attached object (there is, in fact, no data passed via that outlet -- it's just used to create a "bound" connection between the pattr and the object).
jb
good to know. that's cleared it up for me. thanks.