I'm working on a python script to send OSC messages to MOTU's Cuemix software. After much hackery, I was finally able to set a high value, and a low value with two different scripts.
These scripts are SND_UP and SND_DOWN : https://github.com/derjur/KnobOSC
This is great and all, but the point of this project was to get a rotary knob to turn up and down with a configurable granularity. But I need to know the current value of the Cuemix knob in order to change it by a relative amount in my scripts.
tl;dr - I need to query the state of a device through OSC to get its current value...
Additionally, when I run pyosc in server mode, I receive this error for all sorts of OSC addresses... (posting the one line of several thousand that's relevant to the control I want to modify).
OSCServer: NoCallbackError on request from NYNAEVE:50106: No callback registered to handle OSC-address '/dev/0/0/mon'