Fix stuck notes on panic or all-notes-off.

This commit is contained in:
Christopher A. Oliver
2014-08-20 22:49:06 -04:00
parent b5db8e7bad
commit 59099c14f2

View File

@@ -1020,6 +1020,7 @@ void Part::ComputePartSmps()
killallnotes = 0;
for(int nefx = 0; nefx < NUM_PART_EFX; ++nefx)
partefx[nefx]->cleanup();
monomemnotes.clear();
}
ctl.updateportamento();
}