Transpose midi clips in song editor
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -68,6 +68,7 @@ protected slots:
|
||||
|
||||
void resetName();
|
||||
void changeName();
|
||||
void transposeSelection();
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user