mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
4bdd979df6
commit
05b8c6d2d3
2 changed files with 22 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue