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:
@@ -211,6 +211,8 @@ protected slots:
|
||||
|
||||
void clearGhostPattern();
|
||||
void glueNotes();
|
||||
void fitNoteLengths(bool fill);
|
||||
void constrainNoteLengths(bool constrainMax);
|
||||
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user