From 94ca42cbeab200528edc78cd36c0909232c56dee Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 22 Jun 2022 14:19:34 -0500 Subject: [PATCH] lua mixer_reset: fix copy+paste thinko so it actually works --- share/scripts/reset_mixer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/scripts/reset_mixer.lua b/share/scripts/reset_mixer.lua index e3a94067a1..f98f8d558e 100644 --- a/share/scripts/reset_mixer.lua +++ b/share/scripts/reset_mixer.lua @@ -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