Skip to content

Commit 1ba2536

Browse files
committed
Bug fix for gang-solution
1 parent d2e2805 commit 1ba2536

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Soundcheck/Create Spoken Line Check Cues.applescript

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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

0 commit comments

Comments
 (0)