diff --git a/share/scripts/reset_mixer.lua b/share/scripts/reset_mixer.lua index 354e6ef325..e3a94067a1 100644 --- a/share/scripts/reset_mixer.lua +++ b/share/scripts/reset_mixer.lua @@ -152,7 +152,9 @@ function factory() return function() if prefs["io"] then local io_proc = proc:to_ioprocessor() if not(io_proc:isnil()) then - queue[#queue + 1] = proc + if insert:is_channelstrip() or not(insert:display_to_user()) then + queue[#queue + 1] = proc + end end end end