Page 1 of 1

Script Error send cues to Qlab3

Posted: Fri Oct 11, 2013 2:57 pm
by alberto
Script Error.
Qlab got an error: Could not make cue of type 'MSC'.
Help!

Posted: Fri Oct 11, 2013 5:07 pm
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

Posted: Fri Oct 11, 2013 6:37 pm
by admin
The latest build 3.2.4 6911C has an additional script for QLab3

Posted: Tue Oct 15, 2013 10:27 pm
by alberto
Thanks