diff --git a/Soundcheck/Create Spoken Line Check Cues.applescript b/Soundcheck/Create Spoken Line Check Cues.applescript index 6e75936..80a1a0e 100644 --- a/Soundcheck/Create Spoken Line Check Cues.applescript +++ b/Soundcheck/Create Spoken Line Check Cues.applescript @@ -1,13 +1,14 @@ -- @description Create spoken line check cues -- @author Ben Smith -- @link bensmithsound.uk --- @version 2.1 +-- @version 2.2 -- @testedmacos 10.14.6 -- @testedqlab 4.6.10 -- @about Creates spoken output names and automated line check cues -- @separateprocess TRUE -- @changelog +-- v2.2 + bug fix for gang-fix in 2.1 -- v2.1 + now works if your template audio cue includes ganged channels -- v2.0 + moved common functions to external script -- v1.5 + allows assignment of UDVs from the script calling this one @@ -183,7 +184,7 @@ tell application id "com.figure53.Qlab.4" to tell front workspace -- Set level of cues as they are made repeat with eachColumn from 1 to outputCount if eachColumn is eachOutputNumber then - set eachGang to getGang eachCue row 0 column eachColumn + set eachGang to getGang thisCue row 0 column eachColumn if item eachOutputNumber of theChannels contains "Sub" then if eachGang is missing value then setLevel thisCue row 0 column eachColumn db subLevel