mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Fix script to bypass all plugins
deactivate() hard bypassed all plugins, this made plugins with a dedicated en/disable soft-bypass option inaccessible.
This commit is contained in:
parent
1af5f37e46
commit
bf3a36a126
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function factory () return function ()
|
|||
if proc:isnil () then
|
||||
break
|
||||
end
|
||||
proc:to_insert():deactivate()
|
||||
proc:to_insert():enable (false)
|
||||
i = i + 1
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue