Introduce "Transpose..." also in the context menu of selected notes.

This commit is contained in:
André Nusser 2015-10-15 15:44:09 +02:00 committed by Paul Davis
parent bd02a7f817
commit e807fe2b28
3 changed files with 29 additions and 26 deletions

View file

@ -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;