You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems whenever a float number is equivalent to an int (0.0, 1.0, 2.0) it is sent as an int. So a slider with a range of 0.0 to 1.0 will send floats for all values except 0.0 and 1.0. Using oscManager.sendOSC to explicitly send floats will still send ints as well. Some applications are picky about what is sent. Control doesn't seem to care what comes back though.
PS I would love to see this updated even if I had to "sideload"
The text was updated successfully, but these errors were encountered:
Unfortunately I won't be updating Control unless I find the time to do a complete rewrite (I have thought about this!). If you're on Android and interested in troubleshooting it looks like the problem is possibly on line 103 of this file:
It seems whenever a float number is equivalent to an int (0.0, 1.0, 2.0) it is sent as an int. So a slider with a range of 0.0 to 1.0 will send floats for all values except 0.0 and 1.0. Using oscManager.sendOSC to explicitly send floats will still send ints as well. Some applications are picky about what is sent. Control doesn't seem to care what comes back though.
PS I would love to see this updated even if I had to "sideload"
The text was updated successfully, but these errors were encountered: