some potential fixes for wierd note split/join behavior

the split_info for a MidiView would stick around across note selection
operations that really should act as a "boundary" or end of the
split op. This commit ends the split op any time selection is cleared
or notes are added to the selection (except when in the middle of a split
This commit is contained in:
Paul Davis 2025-03-19 17:34:24 -06:00
parent 4bdd979df6
commit 05b8c6d2d3
2 changed files with 22 additions and 2 deletions

View file

@ -662,6 +662,7 @@ class MidiView : public virtual sigc::trackable, public LineMerger
, off_velocity (ov) {}
};
std::vector<SplitInfo> split_info;
bool in_note_split;
uint32_t split_tuple;
bool note_splitting;