Probably it's more a question for the FB Q-Sys programming Super Group, but I'm working at a plugin to control Doremi servers using KVL protocol (because I wouldn't able to work with SOAP protocol to expand functionalities of the existing plugin, and because with KVL API it's possible to control every Dolby/Doremi even not upgradable to SOAP API).
Now I'm able to trigger simple commands (like play, pause, eject, shutdown, reboot) and I'm able to get and store SPLs UUIDs and load an SPL for playback, but only using UUID. I've been able to ask SPL readable name and to store it in a combo box, but I'm stuck at this point.
Now it would be important to be able to ask the server for all available SPL names and use those for selection (while still sending UUIDs to load SPLs), but that exceeds my very limited LUA ability...
Test_kvl_ims.zip
Now I'm able to trigger simple commands (like play, pause, eject, shutdown, reboot) and I'm able to get and store SPLs UUIDs and load an SPL for playback, but only using UUID. I've been able to ask SPL readable name and to store it in a combo box, but I'm stuck at this point.
Now it would be important to be able to ask the server for all available SPL names and use those for selection (while still sending UUIDs to load SPLs), but that exceeds my very limited LUA ability...
Test_kvl_ims.zip
Comment