GUI: hide setting for multi-threaded playback

This commit is contained in:
tildearrow 2023-09-06 20:17:51 -05:00
parent 7e50ffe1f0
commit 5b5dc5de1b
2 changed files with 32 additions and 24 deletions

View file

@ -1577,6 +1577,7 @@ class FurnaceGUI {
int wasapiEx;
int chanOscThreads;
int renderPoolThreads;
int showPool;
unsigned int maxUndoSteps;
String mainFontPath;
String headFontPath;
@ -1755,6 +1756,7 @@ class FurnaceGUI {
wasapiEx(0),
chanOscThreads(0),
renderPoolThreads(0),
showPool(0),
maxUndoSteps(100),
mainFontPath(""),
headFontPath(""),