fix wave synth ignoring wave set in wave macro

when wave did not change

issue #1194
This commit is contained in:
tildearrow 2023-07-03 22:49:59 -05:00
parent 5c07ecb52c
commit 7e6ffd7e12
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ bool DivWaveSynth::activeChanged() {
activeChangedB=false;
return true;
}
if (first) return true;
return false;
}