Vollmers Posted November 26, 2016 Report Share Posted November 26, 2016 I'm designing a show, which have to run between to TV studio setups. We use a WO production normally to control and run the shows.I have made a simple browser interface, to control the different tasks, that have to be executed during the show. There is one thing though. I need to disable MIDI, so if the WO Production recieve a MIDI command, it wont be affected. Is there a syntax to do that? I've scanned through all the documentation I can get my hands on, but no luck... Best regards Christian Quote Link to comment Share on other sites More sharing options...
Member matkeane Posted November 27, 2016 Member Report Share Posted November 27, 2016 If you're using Midi inputs to trigger tasks, you could combine those with a Generic input to make the task trigger conditional. You could add a new Generic input called "midi_active" and then change the task triggers to something like "my_midi_input > 0 && midi_active > 0". You can update the value of the midi_active generic input using a TCP command from your control system or from within Watchout. Quote Link to comment Share on other sites More sharing options...
Vollmers Posted December 5, 2016 Author Report Share Posted December 5, 2016 It is not really what I am looking for. It's a command, which I can send from an external app/widget, which disable MIDI. I did a show last week, where the entire setup was in use, until 5 minutes before the show started. What I did was I called a spcific Task, which called a studio layout. I then disabled MIDI, and left. 5 minutes later the studio was in use again, but they couldn't override my setup, which was exactly what I wanted. So - my question was: is there a special command, like "enableLayerCond 1$0D" which will diasble MIDI remotely. Maybe a syntax with a boolean value. Quote Link to comment Share on other sites More sharing options...
Moderator jfk Posted December 5, 2016 Moderator Report Share Posted December 5, 2016 It is not really what I am looking for. It's a command, which I can send from an external app/widget, which disable MIDI. I did a show last week, where the entire setup was in use, until 5 minutes before the show started. What I did was I called a spcific Task, which called a studio layout. I then disabled MIDI, and left. 5 minutes later the studio was in use again, but they couldn't override my setup, which was exactly what I wanted. So - my question was: is there a special command, like "enableLayerCond 1$0D" which will diasble MIDI remotely. Maybe a syntax with a boolean value. Short answer is - No. There are two kinds of MIDI input supported by WATCHOUT. "Music" MIDI in the form of MIDI Notes and Continuos controllers. This is always active, there is no disable of any kind for this type of MIDI support. (although matkeane's suggestion above is a good solution to that). MIDI Show Control (MSC) which is enabled / disabled by a checkbox in File - Preferences - Control. From what you describe, appears to be what you are using. As the setting is a preference, it is only changed through the preferences dialog. I am not aware of any external command that can change any preference. In a fixed installation, you would have different versions of the show, one with MSC off and one with MSC on, and switch between shows from the control system. Does not sound like what you are looking for though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.