mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
macroInt: reset will vars
This commit is contained in:
parent
9362cfa481
commit
f5a22c9d42
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ void DivMacroInt::init(DivInstrument* which) {
|
||||||
hadArp=false;
|
hadArp=false;
|
||||||
hadDuty=false;
|
hadDuty=false;
|
||||||
hadWave=false;
|
hadWave=false;
|
||||||
|
willVol=false;
|
||||||
|
willArp=false;
|
||||||
|
willDuty=false;
|
||||||
|
willWave=false;
|
||||||
arpMode=false;
|
arpMode=false;
|
||||||
|
|
||||||
if (ins==NULL) return;
|
if (ins==NULL) return;
|
||||||
|
|
Loading…
Reference in a new issue