Browse Source

disable instrument idle detection by default

pull/1639/head
bsp2 6 years ago
parent
commit
1ab61d12aa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      vst2_bin/settings.json

+ 2
- 2
vst2_bin/settings.json View File

@@ -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
}
}

Loading…
Cancel
Save