a) add "Add Range Markers" to region context menu

b) add "Set Range" to region context menu


git-svn-id: svn://localhost/trunk/ardour2@437 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-03-31 23:00:40 +00:00
parent 1bde5eabc6
commit 2aced5ff65
3 changed files with 82 additions and 37 deletions

View file

@ -1039,7 +1039,9 @@ class Editor : public PublicEditor
void set_selection_from_range (ARDOUR::Location&);
void set_selection_from_punch ();
void set_selection_from_loop ();
void set_selection_from_audio_region ();
void add_location_from_audio_region ();
void add_location_from_selection ();
void set_route_loop_selection ();