prevent clipping in ADPCM samples
This commit is contained in:
parent
f32c2fa06b
commit
11478fbdfe
2 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue