Remove compatibility flag

This commit is contained in:
techmetx11 2024-04-14 15:54:18 +01:00
parent 607b541307
commit d64614e7fe
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
5 changed files with 4 additions and 51 deletions

View file

@ -104,7 +104,7 @@ struct DivChannelState {
int delayOrder, delayRow, retrigSpeed, retrigTick;
int vibratoDepth, vibratoRate, vibratoPos, vibratoPosGiant, vibratoDir, vibratoFine;
int tremoloDepth, tremoloRate, tremoloPos;
unsigned char arp, arpStage, arpTicks, panL, panR, panRL, panRR, lastVibrato, lastPorta, cutType, lastArp, lastVibrato2, lastPorta2;
unsigned char arp, arpStage, arpTicks, panL, panR, panRL, panRR, lastVibrato, lastPorta, cutType;
bool doNote, legato, portaStop, keyOn, keyOff, nowYouCanStop, stopOnOff, releasing;
bool arpYield, delayLocked, inPorta, scheduledSlideReset, shorthandPorta, wasShorthandPorta, noteOnInhibit, resetArp;
bool wentThroughNote, goneThroughNote;
@ -150,9 +150,6 @@ struct DivChannelState {
lastVibrato(0),
lastPorta(0),
cutType(0),
lastArp(0),
lastVibrato2(0),
lastPorta2(0),
doNote(false),
legato(false),
portaStop(false),