Documentation - ShowCockpit

Show Control and Integration Made Easy

Driver Documentation for v4.11.2

This page contains documentation of the available drivers.

External Control / MIDI / MIDI Output

Sends MIDI device messages to an Output MIDI device

< Back to drivers list

    YouTube Videos


    Element Options


Output Device

The output device

    Functions


Enable Element   Button LUA Script

Enable this element

Disable Element   Button LUA Script

Disable this element

Change Element Page   Button LUA Script

Changes the page on this element
  • Change Type: The change type - one of {Next, Previous, Go To}
  • Change to Page: Change to specific page, when Change Type is "Go To"

Refresh Element   LUA Script

Disable this element

Send Raw MIDI Message   Button LUA Script

Sends a MIDI message to the connected controller
  • MIDI Message: Desired message to send (e.g. "90 0A 5F")

Send MIDI Data   MIDI Data LUA Script

Sends raw MIDI data to the output

Button Note   Button LUA Script

Sends a Note ON on button press and Note OFF on button release.
  • Pitch: MIDI Note Pitch
  • Velocity: ON Velocity
  • Channel: MIDI Channel
  • Disable OFF: If active, only Note ON will be sent on button press

Button CC   Button LUA Script

Sends a Control Change message on button events.
  • Control: MIDI Control
  • Press Velocity: Velocity on press
  • Release Velocity: Velocity on release
  • Channel: MIDI Channel
  • Disable OFF: If active, only send CC on button press

Fader Note   Fader LUA Script

Sends a Note ON on fader move.
  • Pitch: MIDI Note Pitch
  • Min Velocity: Minimum velocity (fader down)
  • Max Velocity: Maximum velocity (fader up)
  • Channel: MIDI Channel

Fader CC   Fader LUA Script

Maps a fader to Control Change messages
  • Control: MIDI Control
  • Min Velocity: Minimum velocity (fader down)
  • Max Velocity: Maximum velocity (fader up)
  • Channel: MIDI Channel

    Controls


MIDI Data   MIDI Data