mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Introduce "Transpose..." also in the context menu of selected notes.
This commit is contained in:
parent
bd02a7f817
commit
e807fe2b28
3 changed files with 29 additions and 26 deletions
|
|
@ -1258,6 +1258,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void legatize_regions (const RegionSelection& rs, bool shrink_only);
|
||||
void transform_region ();
|
||||
void transform_regions (const RegionSelection& rs);
|
||||
void transpose_region ();
|
||||
void transpose_regions (const RegionSelection& rs);
|
||||
void insert_patch_change (bool from_context);
|
||||
void fork_region ();
|
||||
|
||||
|
|
@ -2029,8 +2031,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
int pitch_shift (RegionSelection&, float cents);
|
||||
void pitch_shift_region ();
|
||||
|
||||
void transpose_region ();
|
||||
|
||||
/* editor-mixer strip */
|
||||
|
||||
MixerStrip *current_mixer_strip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue