Midi Code

This topic contains 2 replies, has 3 voices, and was last updated by Profile photo of BrianC BrianC 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #115588
    Profile photo of MJPA Hire
    MJPA Hire
    Participant

    Hi
    What code number or set of numbers can I use in custom midi soft key to trigger a midi signal that QLab can capture to start the go command please

    #115599
    Profile photo of KeithJ A&H
    KeithJ A&H
    Moderator

    You can use Note on/off, program change or control change (CC).
    I’d recommend just using a note on for simplicity.
    So a note on, middle c, half velocity in hex would be 0x90 0x3C 0x3F
    In the Avantis, you do not need the 0x to denote hex, so just 90 3C 3F

    Hope this helps!
    Keith

    #120031
    Profile photo of BrianC
    BrianC
    Participant

    Custom midi control of Qlab using the soft keys on Avantis.
    Go: F0,7F,00,02,01,01,F7

    stop: F0,7F,00,02,01,08,F7

    next: F0,7F,00,02,01,13,F7

    back: F0,7F,00,02,01,14,F7

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.