Optimizations to core modules

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-22 14:37:56 +00:00
parent dbbc955df6
commit cab2aa9862
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
13 changed files with 185 additions and 109 deletions

View file

@ -1019,6 +1019,7 @@ protected:
context->midiEventCount = midiEventCount;
}
++context->processCounter;
context->engine->stepBlock(frames);
fWasBypassed = bypassed;