I wonder if you guys can make some suggestions!
I am currently designing a USB mixer for OB use. What I want to be able to do is control the volume of a Player and the IMixer Mic volume so I can have hands on faders, but no need for a proper mixer.
Currently the circuit is a simple microcontroller which outputs a value between 0-255 depending on the position of the slide potentiometer. The value is outputted through a Serial to USB interface in the following format: “v1-24I:v2-65O” (assuming fader 1 is at position 24 with the fader start button ON {I}, and fader 2 is at position 65 with the fader start button OFF {O} ).
What I would like to do is use a script to decode this string and set the volumes, and if the player is stopped and the fader start is on, then start the player.
Do you think this is possible with mAirList scripts?