improve a bit and add option

This commit is contained in:
tildearrow 2023-09-06 14:23:47 -05:00
parent e8dbacf6e0
commit 5329e551d4
7 changed files with 50 additions and 5 deletions

View file

@ -487,6 +487,7 @@ class DivEngine {
size_t totalProcessed;
unsigned int renderPoolThreads;
DivWorkPool* renderPool;
// MIDI stuff
@ -1264,6 +1265,8 @@ class DivEngine {
metroAmp(0.0f),
metroVol(1.0f),
totalProcessed(0),
renderPoolThreads(0),
renderPool(NULL),
curOrders(NULL),
curPat(NULL),
tempIns(NULL),