Feature: Glue notes (#5721)

Tool to glue selected notes together. Selected notes that are
adjacent to each other or overlapping are transformed into one note
stretching over the combined notes on/off times.

Key command: <Shift> + G

Partially fixes: #746 which is part of #4877

Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com>
Co-authored-by: IanCaio <iancaio_dev@hotmail.com>
Co-authored-by: Spekular <Spekularr@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Oskar Wallgren <oskar.wallgren13@gmail.com>
This commit is contained in:
Oskar Wallgren
2020-10-19 22:18:21 +02:00
committed by GitHub
parent 4c559b91f8
commit acd0e4d430
4 changed files with 84 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ protected slots:
void selectRegionFromPixels( int xStart, int xEnd );
void clearGhostPattern();
void glueNotes();
signals: