mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-15 20:50:08 -04:00
Merge pull request #1084 from caoliver/stable-1.1
Fix stuck notes on panic or all-notes-off.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user