prevent clipping in ADPCM samples

This commit is contained in:
tildearrow 2021-12-27 15:22:57 -05:00
parent f32c2fa06b
commit 11478fbdfe
2 changed files with 7 additions and 1 deletions

View file

@ -80,7 +80,7 @@ class DivEngine {
bool extValuePresent;
bool repeatPattern;
int ticks, cycles, curRow, curOrder, remainingLoops, nextSpeed, clockDrift;
int changeOrd, changePos, totalTicks, totalCmds, lastCmds, cmdsPerSecond;
int changeOrd, changePos, totalTicks, totalCmds, lastCmds, cmdsPerSecond, globalPitch;
unsigned char extValue;
unsigned char speed1, speed2;
DivStatusView view;