Matrix Ctrl - Router Object
In the attached patch the matrix - ctrl. oject mutes all outputs of the router when nothing is selected only in the first row. This shouldn't be, should it?
thanks for help
Thanks for the report. FYI, this isn't a bug with the matrixctrl object, its a problem with jit.glue. I'll take a closer look.
-Ben
I take this back, there is no bug here. You need to have jit.glue's @syncinlet set to -1 if you want it to output on arrival of any new matrix. The default of this attribute is 0, which means it will output the composite matrix only when the 1st inlet receives a matrix.
OK, Thanks a lot.
cu
ATH
Thanks for the hint. It's not so documented in the tutorial where the router object is handled by radiogroups and "patch" messages.
Anyway, I learnt something. thanks
ATH