-
Notifications
You must be signed in to change notification settings - Fork 26
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
collective: create OSC message to make a bitmask value #189
Comments
It may be easier to fix this in MantaOSC |
here's some starting points. Create Manta MKtl
|
you have an idea for this, @adcxyz ? |
I guess OSCMKtlDevice:send should convert its outValues Generally, not sure how much sense it makes to implement every single-device case, @LFSaw, does off/amber/red work with strings as in your example already?
|
|
For the Manta the 8 slider led values need to be sent as a bitmask to turn particular LEDs on.
So from 8 led elements, the collective would need to create a bitmask output to send as an OSC message.
The text was updated successfully, but these errors were encountered: