13
0

rt:is_master(), not r:is_master()

This commit is contained in:
Nikolaus Gullotta 2018-08-15 10:54:56 -05:00
parent 23c87e8463
commit 645a08cce1

View File

@ -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 and not(r:is_master()) then rt:pan_azimuth_control():set_value(pc, 1) end
if pc ~= false and not(rt:is_master()) then rt:pan_azimuth_control():set_value(pc, 1) end
end
if plugin then