expr object with more inlets

Davide Capobianco's icon

I would like to turn off a "main" toggle only when every single toggle connected to this is off. Unfortunately, the expr object allows only 9 inlets and I need 11.
thank you!

expr.maxpat
Max Patch
expr object out of range

double_UG's icon

Max Patch
Copy patch and select New From Clipboard in Max.

Davide Capobianco's icon

Oh thank you very very much DOUBLE_UG.
I ended up removing the == 0 object since it was working the opposite way.

Roman Thilenius's icon


often if you need more than the 9 possible arguments to a patcher you can help yourself with using lists as arguments. of course with the expr object itself you have no chance.... so use two.

Davide Capobianco's icon

Thank you Roman Thilenius.