Merge pull request #1084 from caoliver/stable-1.1

Fix stuck notes on panic or all-notes-off.
This commit is contained in:
Vesa V
2014-08-24 11:08:59 +03:00

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();
}