mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: reset chanOscVol on stop
This commit is contained in:
parent
fa6badc865
commit
5125e3ebb4
1 changed files with 3 additions and 0 deletions
|
@ -1026,6 +1026,9 @@ void FurnaceGUI::stop() {
|
||||||
curNibble=false;
|
curNibble=false;
|
||||||
orderNibble=false;
|
orderNibble=false;
|
||||||
activeNotes.clear();
|
activeNotes.clear();
|
||||||
|
memset(chanOscVol,0,DIV_MAX_CHANS*sizeof(float));
|
||||||
|
memset(chanOscPitch,0,DIV_MAX_CHANS*sizeof(float));
|
||||||
|
memset(chanOscBright,0,DIV_MAX_CHANS*sizeof(float));
|
||||||
}
|
}
|
||||||
|
|
||||||
void FurnaceGUI::previewNote(int refChan, int note, bool autoNote) {
|
void FurnaceGUI::previewNote(int refChan, int note, bool autoNote) {
|
||||||
|
|
Loading…
Reference in a new issue