lua mixer_reset: fix copy+paste thinko so it actually works
This commit is contained in:
parent
02b77ca88a
commit
94ca42cbea
@ -152,7 +152,7 @@ function factory() return function()
|
||||
if prefs["io"] then
|
||||
local io_proc = proc:to_ioprocessor()
|
||||
if not(io_proc:isnil()) then
|
||||
if insert:is_channelstrip() or not(insert:display_to_user()) then
|
||||
if proc:display_to_user() then
|
||||
queue[#queue + 1] = proc
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user