mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
Transpose should appear in the popup region context menu as well as the Regions menu
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5545 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c55f3dcb3c
commit
124d01ab79
1 changed files with 2 additions and 0 deletions
|
|
@ -1902,6 +1902,8 @@ Editor::add_region_context_items (AudioStreamView* sv, boost::shared_ptr<Region>
|
|||
fooc.block (false);
|
||||
}
|
||||
|
||||
items.push_back (MenuElem (_("Transpose"), mem_fun(*this, &Editor::pitch_shift_regions)));
|
||||
|
||||
if (!Profile->get_sae()) {
|
||||
items.push_back (CheckMenuElem (_("Opaque")));
|
||||
CheckMenuItem* region_opaque_item = static_cast<CheckMenuItem*>(&items.back());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue