macroInt: reset will vars

This commit is contained in:
tildearrow 2021-12-08 03:17:17 -05:00
parent 9362cfa481
commit f5a22c9d42
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ void DivMacroInt::init(DivInstrument* which) {
hadArp=false;
hadDuty=false;
hadWave=false;
willVol=false;
willArp=false;
willDuty=false;
willWave=false;
arpMode=false;
if (ins==NULL) return;