Passing object attibutes to attrui in a sub patch
Jan 20 2021 | 8:49 pm
Hello,
This is what I want to solve : I'm using the groove~ object connected to an attrui object (to set loop on and off for instance) and want to encapsulate the groove~ object but not the attrui object. The result is that the attrui object (wich is in the main patcher) doesn't "recognize" the groove~ object attributes (wich is in the subpatch).
Is there a way to solve that ?
(I found a solution wich is less practical by passing specifics messages through the inlets of the subpatch, but it takes a lot of time, OK for loop attribute, 0 or 1, but some object messages have many possible values, numbers, texts, etc.)
Thanks !