From 645a08cce1216ed3a5168259b4093514d1149ab0 Mon Sep 17 00:00:00 2001 From: Nikolaus Gullotta Date: Wed, 15 Aug 2018 10:54:56 -0500 Subject: rt:is_master(), not r:is_master() --- scripts/mixer_settings_recall.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mixer_settings_recall.lua b/scripts/mixer_settings_recall.lua index 21263411a8..a15333b1b4 100644 --- a/scripts/mixer_settings_recall.lua +++ b/scripts/mixer_settings_recall.lua @@ -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 -- cgit v1.2.3