when the fix breaks something
This commit is contained in:
parent
db46dd79d2
commit
4eec990ec1
8 changed files with 24 additions and 9 deletions
|
|
@ -11,6 +11,7 @@ class DivMacroInt {
|
|||
bool hasVol, hasArp, hasDuty, hasWave;
|
||||
bool hadVol, hadArp, hadDuty, hadWave;
|
||||
bool finishedVol, finishedArp, finishedDuty, finishedWave;
|
||||
bool willVol, willArp, willDuty, willWave;
|
||||
bool arpMode;
|
||||
void next();
|
||||
void init(DivInstrument* which);
|
||||
|
|
@ -36,6 +37,10 @@ class DivMacroInt {
|
|||
finishedArp(false),
|
||||
finishedDuty(false),
|
||||
finishedWave(false),
|
||||
willVol(false),
|
||||
willArp(false),
|
||||
willDuty(false),
|
||||
willWave(false),
|
||||
arpMode(false) {}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue