MIDI

Why is it that the ION only will funciotn in a MIDI Time Code environment? There have been several times, recently, were I have just needed to send a MIDI command out of or into the ION to trigger a device or a cue. . .  and I cannot. I would love to be able to trigger the ION form a QLab or SFX system, with out having to time out a whole time code event list.

Parents Reply Children
  • I have successfully set up Qlab to trigger midi cues on the ion manually quite easily. Is it possible to do the reverse and link Qlab, via midi from the ion cue to trigger a specific sound cue, without knowing the time code?

  • Yes. This page on QLab's site mentions control via MSC -- but it does require a Pro license.

    http://figure53.com/qlab/documentation/preferences.php

    There are a few approaches -- there's a bit of information below, let me know if any of it is unclear.  

    First, when enabled, the Ion will transmit MSC commands based on its current actions. Any Go, Stop/Back, or Macro fire will be sent as a command.  For more granularity, you can specify a MIDI Cue List, which will filter outbound commands to when actions happen on that cue list only.  This is particularly useful when you don't want to have a go for every cue, but can create a "dummy" cue in an alternate cue list that is linked to your master list via an Execute command.  Remember that an Execute command can trigger a specific cue with another cue, or act on a list executing another list basis (matching cue numbers).

    Second, with the release of 1.9.8 software, the console supports the transmission of specific MIDI strings.  This is on a cue-by-cue basis, and is set using the Execute function.  The syntax is as follows:

    [Cue] x {Execute} {MIDI String} (your string here. For example:) F0 7F 01 02 01 01 00 01 F7 [Enter]

    This sets Cue x to send a MIDI String, in this case, a Show Control message telling Lighting Device #1 to Go on Cue 1 in List 1.  As the QLab documentation specifies, it will respond to the Lighting command code, just as well as it will to the Sound category (more options are listed on the QLab page).  

    The MIDI String interface lets you send it in decimal format as well (0-9 versus 0-F).  To specify it in this way, preface your string with a 'd'.

    [Cue] x {Execute} {MIDI String} d (your string here. For example:)240 127 01 02 01 01 00 01 255 [Enter]

     

    EDIT: Thanks Gern and all for the well wishes!  



    [edited by: Hans.Hinrichsen at 11:33 AM (GMT -6) on Tue, Jan 17 2012]
Related