Topic: OSC get Fader Value
Hello dear community,
I am playing around with pyOSC and Totalmix and sucessfully managed to set my Output Volumes, Mute them and so on.
For more complex applications it would be crucial to somehow read current fader values without setting them first via OSC (e.g. if there is a "manual" change in the user interface, that should then be reflected in the OSC-Device).
Is there any way to receive, read or listen to the current Fader Values via OSC? I tried to create an OSC-Server listening at Port 9001 but somehow didn't really receive any message. I tried to listen to stuff like
/1
or
/1/volume1
etc.
I suspect I just have a conceptually misunderstanding.. Does Totalmix even send it's current values? If not, is there any other way to read those? Any ideas?