Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

same settings for row on grid with wildcard #6

Open
richardwilliamson opened this issue Mar 30, 2016 · 1 comment
Open

same settings for row on grid with wildcard #6

richardwilliamson opened this issue Mar 30, 2016 · 1 comment

Comments

@richardwilliamson
Copy link

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.

@MizPlusPlus
Copy link
Member

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.

local_example

Local_Example.oscwidgets.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants