Hello,
Just wondering if you could help me update the Main Input field dynamically via the JSON API? Whenever I try the following, I get 'not found' next to the input name in the UI.
Code:
http://127.0.0.1:8080/json-1/lis{"9851":{"forced":"1", "new_value":"DVS Receive 1-2 (DVS Channels 1-2) (Kernel Streaming 44.1 - 192kHz)"}}
I have tried the above both with and without explicit URL encoding of the JSON.
I'm trying to use this to do some basic studio switching directly in StereoTool.
Thanks for your assistance!