Transpose midi clips in song editor

This commit is contained in:
allejok96
2022-05-21 19:26:13 +02:00
parent 03571ab38d
commit e154ad4bc6
4 changed files with 50 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ public:
// Split the list of notes on the given position
void splitNotes(NoteVector notes, TimePos pos);
void transpose(int semitones);
// clip-type stuff
inline MidiClipTypes type() const

View File

@@ -68,6 +68,7 @@ protected slots:
void resetName();
void changeName();
void transposeSelection();
protected: