Fix blast noise when re/undoing note deletion

This commit is contained in:
Robin Gareus
2025-11-25 14:07:26 +01:00
parent 3f1162f27c
commit 64b72ba12f

View File

@@ -1289,6 +1289,9 @@ MidiView::model_changed()
}
}
/* don't sound any notes that are added due to undo/redo */
PBD::Unwinder<bool> uw (_no_sound_notes, true);
for (auto & note : missing_notes) {
NoteBase* cne;
bool visible;