MIDI Show Control

<< Click to Display Table of Contents >>

Navigation:  Advanced Features >

MIDI Show Control

VERTEX is able to process MIDI Show Control (MSC) messages and commands.

MSC allows you to control your Playback from a lighting console or similar hardware with MSC integration.

Transmit MSC messages out of VERTEX to control other MSC enabled rigs.

 

msc-add-midi-in-device_zoom75

 

1.Go to Library > Devices and use the search filter to find all MIDI related devices.

2.Add a MIDI In device to your project.

3.Inspect the new device and pick the MIDI device (and its corresponding MIDI port/ cable) connected to your system from the  drop-down.

 

 

msc-playback-settings_zoom85

 

 

4.Go to Project Explorer and inspect the Playback that needs to be controlled by MSC.

5.Go to the tab with MIDI Show Control settings.

6.Add your new MIDI In device either per drag and drop or from the context menu (right-click)

 

Further possible settings are:

enable/ disable MSC for this particular playback.

set a MSC Device Id

determine if only specific MSC Command Formats should be received (Lighting, Video, Pyro etc).

set a MSC framerate

enable execution of MSC Scripts

determine if Go To Cue shall be executed as Fade To Cue

set a default MSC Fade To Cue Time

 

MSC enabled playbacks will process MSC messages in the following manner:

MSC message

VERTEX command

Go

Play

Go with CueId

GotoCuePlay or FadeToCue Play

Stop

Pause

Resume

Play

GoOff

Stop Goto Time 0:0:0:0

AllOff

Deactivate Playback

Restore

Activate Playback

Fire

call Vertex Scripts

TimedGo

- to be verified soon -

 

 

 

 

If you would like to use VERTEX for transmitting MSC or any SysEx Message you can add a MIDI Output device (Library > Devices > MIDI Out) and use scripts like these ones:

 

Device2.SendMidiRawMessage {0xF0 0x7F 0x7F 0x2 0x7F 0x7 0x2 0xF7}

 

msc-send-script_zoom85