Quote:
I want to be able to control which AES67 channel is going to which instance of StereoTool Enterprise from an external tool. So change instance 2 from channel x to channel y, etc. I see references to remote control via json, like this in the forum: http://[YOUR_ST_IP_ADDRESS_HERE]:8080/json-1/update{"113":{"new_value":"0"}}, but I haven't yet found where any of this is documented.
Hi! So, the documentation for the JSON interface is currently only found in the MicroMPX documentation, beginning on page 24 (appendix 1)
https://download.thimeo.com/MicroMPX_manual.pdf
The easiest way to find the Widget ID is to open the Web Interface in Chrome, find the thing you want to adjust (toggle, slider, button, etc) and Inspect it from the right-click menu.
I have to say Gemini has been useful for helping me figure out how to use AutoHotKey to control Stereo Tool via the JSON interface.