Skip to content

Commit

Permalink
Bug fix for gang-solution
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmith96 committed Sep 27, 2021
1 parent d2e2805 commit 1ba2536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ba2536

Please sign in to comment.