13
0

Lua script: reset_mixer: fix thinko that broke automation state reset

This commit is contained in:
Ben Loftis 2022-06-14 10:00:32 -05:00
parent b95bb0bdac
commit cb2e51808d

View File

@ -203,7 +203,7 @@ function factory() return function()
if not(msec:isnil()) then
msec:set_value(1, disp)
if auto then
ctrl:set_automation_state(auto)
msec:set_automation_state(auto)
end
end
end