Script Error send cues to Qlab3

LXConsole support and feedback
Post Reply
alberto
Posts: 42
Joined: Mon Jan 21, 2013 2:02 pm
Location: Alicante
Contact:

Script Error send cues to Qlab3

Post by alberto »

Script Error.
Qlab got an error: Could not make cue of type 'MSC'.
Help!
Un saludo,
freadZdead
Posts: 211
Joined: Sat Jun 01, 2013 8:23 am
Location: Adelaide, Australia

Post by freadZdead »

Hi alberto,


In QLab 3, all MIDI cues (including MSC = MIDI Show Control) have been consolidated into what I think is called simply "MIDI Cue" - the easiest way to fix the script is -

a) in LXConsole, go to the menu "LXConsole>Install Extras>Copy of Built-In AppleScripts. This will save them to downloads.

b) find the offending script and double-click to open it in Script editor.

c) find where it says

Code: Select all

make type "MSC" 
, try

Code: Select all

make type "MIDI" 
instead, that should work. If not:

d) check out in the applescript editor under "File>Open Dictionary..." the QLab3 dictionary, and find what type of cues and properties exist under the new regime :).


Hope that helps...

Cheers,

F
Cheers,

Freddy
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

The latest build 3.2.4 6911C has an additional script for QLab3
alberto
Posts: 42
Joined: Mon Jan 21, 2013 2:02 pm
Location: Alicante
Contact:

Post by alberto »

Thanks
Un saludo,
Post Reply