mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Lua script: reset_mixer: fix thinko that broke automation state reset
This commit is contained in:
parent
b95bb0bdac
commit
cb2e51808d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue