From 1ab61d12aac4635bba97ed7b025e87cc72612649 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Wed, 31 Oct 2018 11:56:07 +0100 Subject: [PATCH] disable instrument idle detection by default --- vst2_bin/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vst2_bin/settings.json b/vst2_bin/settings.json index 8688a3e2..81c5f14a 100644 --- a/vst2_bin/settings.json +++ b/vst2_bin/settings.json @@ -24,7 +24,7 @@ "oversampleOffline": false, "oversampleNumIn": 8.0, "oversampleNumOut": 8.0, - "idleDetectInstr": 1, + "idleDetectInstr": 0, "idleDetectFx": 2, "allowCursorLock": true, "sampleRate": 44100.0, @@ -283,4 +283,4 @@ }, "powerMeter": false, "checkVersion": true -} \ No newline at end of file +}