4 new note modification tools (#5857)

* Add new note length modification tools

* "Last" instead of "latest"

* Code formatting

Co-authored-by: IanCaio <iancaio_dev@hotmail.com>

* Fix sort

* Fix incorrect cut of last note

* Fix Fill not stretching last note to end

* Fill from end positions

* Rename limitNoteLengths

* Compare with non-selected notes when filling

* Style changes by IanCaio + bugfix

* break instead of continue

Co-authored-by: IanCaio <iancaio_dev@hotmail.com>
This commit is contained in:
Alex
2021-03-05 13:31:27 +01:00
committed by GitHub
parent e880e3cb2a
commit 5d366ef06f
6 changed files with 100 additions and 3 deletions

View File

@@ -211,6 +211,8 @@ protected slots:
void clearGhostPattern();
void glueNotes();
void fitNoteLengths(bool fill);
void constrainNoteLengths(bool constrainMax);
signals: