add option for soft-clipping

This commit is contained in:
tildearrow 2022-07-25 18:41:47 -05:00
parent b0c2b10135
commit 09e457003b
5 changed files with 20 additions and 0 deletions

View file

@ -298,6 +298,7 @@ class DivEngine {
bool stopExport;
bool halted;
bool forceMono;
bool clampSamples;
bool cmdStreamEnabled;
bool softLocked;
bool firstTick;