From 67d2bbb50dfccfb90b63018670b8ace39c1f4091 Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Fri, 15 Apr 2022 19:21:39 -0400 Subject: [PATCH] fixed compile issue on windows --- Source/CustomStandaloneFilterWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CustomStandaloneFilterWindow.h b/Source/CustomStandaloneFilterWindow.h index e5552a8..a4db5cb 100644 --- a/Source/CustomStandaloneFilterWindow.h +++ b/Source/CustomStandaloneFilterWindow.h @@ -82,7 +82,7 @@ public: : settings (settingsToUse, takeOwnershipOfSettings), channelConfiguration (channels), - shouldMuteInput(false), + shouldMuteInput(var((bool)false)), //shouldMuteInput (! isInterAppAudioConnected()), autoOpenMidiDevices (shouldAutoOpenMidiDevices) {