commit d30e155b0f8135f0556875c9307c9ad11834e9eb
parent 861dfb46a235b58727e908c4f32db2f4b7994085
Author: Christopher A. Oliver <[email protected]>
Date: Mon, 12 Oct 2015 11:52:09 -0400
Make sure legato stragglers get nailed.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp
@@ -754,6 +754,7 @@ void Part::ComputePartSmps()
partoutr[i] *= tmp;
}
notePool.killAllNotes();
+ monomemClear();
killallnotes = false;
for(int nefx = 0; nefx < NUM_PART_EFX; ++nefx)
partefx[nefx]->cleanup();