From 59099c14f263143037cd0c4558408ffb3981c48e Mon Sep 17 00:00:00 2001 From: "Christopher A. Oliver" Date: Wed, 20 Aug 2014 22:49:06 -0400 Subject: [PATCH] Fix stuck notes on panic or all-notes-off. --- plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp b/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp index 50d4cedec..184a0e238 100644 --- a/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp +++ b/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp @@ -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(); }