mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
added a check for master, due to substituting pan control values for non master() routes
This commit is contained in:
parent
6987f00db4
commit
23c87e8463
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ function factory () return function ()
|
|||
if soloed then rt:solo_control():set_value(1, 1) else rt:solo_control():set_value(0, 1) end
|
||||
rt:gain_control():set_value(gc, 1)
|
||||
rt:trim_control():set_value(tc, 1)
|
||||
if pc ~= false then rt:pan_azimuth_control():set_value(pc, 1) end
|
||||
if pc ~= false and not(r:is_master()) then rt:pan_azimuth_control():set_value(pc, 1) end
|
||||
end
|
||||
|
||||
if plugin then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue