I installed liblo-tools but was only partially successful.
1.) starting non-mixer-xt with:
non-mixer-xt --osc-port 8888
2.)creating a mixer strip. It's called Unnamed
3.) Switch Mute on works:
oscsend osc.udp://localhost:8888/ "/strip/Unnamed/Gain/Mute" f 1
4.) Switch Mute off works:
oscsend osc.udp://localhost:8888/ "/strip/Unnamed/Gain/Mute" f 0
But I cannot set the volume, eg. with
oscsend osc.udp://localhost:8888/ '/strip/Unnamed/Gain/Gain_(dB)' f 0.5
or
oscsend osc.udp://localhost:8888/ '/strip/Unnamed/Gain/Gain (dB)' f 0.5
EDIT: I made a bug report on Github.
Statistics: Posted by bluebell — Sun Jun 01, 2025 5:46 pm