Open richardwilliamson opened 8 years ago
I'm not sure this is what you are after, but something you can do now, in the current version, is control many OSCWidgets from one OSCWidget.
For example, see the attached OSCWidgets file. Button 5 will trigger Buttons 1-4, using the "local:" prefix in the OSC Output. (This works for any OSCWidgets, not just those within the same window) You can extend this functionality to setup a remote trigger for Button 5. Now whenever, some incoming OSC message triggers Button 5, it will trigger Buttons 1-4. You can effectively do OSC routing and remapping this way too.
It would be great if there were a way to set a message per grid row, with a wildcard using the column number (or similar) - even better would be this plus a page up/down button at the left of the column
If the page up/down were possible it would be good if more than one grid could take the up/down message, so that a set of buttons and a set of activitys could all respond.