File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11-- @description Create spoken line check cues
22-- @author Ben Smith
33-- @link bensmithsound.uk
4- -- @version 2.1
4+ -- @version 2.2
55-- @testedmacos 10.14.6
66-- @testedqlab 4.6.10
77-- @about Creates spoken output names and automated line check cues
88-- @separateprocess TRUE
99
1010-- @changelog
11+ -- v2.2 + bug fix for gang-fix in 2.1
1112-- v2.1 + now works if your template audio cue includes ganged channels
1213-- v2.0 + moved common functions to external script
1314-- 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
183184 -- Set level of cues as they are made
184185 repeat with eachColumn from 1 to outputCount
185186 if eachColumn is eachOutputNumber then
186- set eachGang to getGang eachCue row 0 column eachColumn
187+ set eachGang to getGang thisCue row 0 column eachColumn
187188 if item eachOutputNumber of theChannels contains " Sub" then
188189 if eachGang is missing value then
189190 setLevel thisCue row 0 column eachColumn db subLevel
You can’t perform that action at this time.
0 commit comments