mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
make click on empty canvas area clear selection; change zoom-ot-region to be a toggle; fixup naming of audition-selection/play-selected-region
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2789 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c0bb0deb29
commit
5119d48267
9 changed files with 25 additions and 23 deletions
|
|
@ -1000,13 +1000,14 @@ class Editor : public PublicEditor
|
|||
void play_from_start ();
|
||||
void play_from_edit_point ();
|
||||
void play_selected_region ();
|
||||
void audition_selected_region ();
|
||||
void loop_selected_region ();
|
||||
void play_location (ARDOUR::Location&);
|
||||
void loop_location (ARDOUR::Location&);
|
||||
|
||||
void temporal_zoom_selection ();
|
||||
void temporal_zoom_region ();
|
||||
void toggle_zoom_region ();
|
||||
bool zoomed_to_region;
|
||||
void temporal_zoom_session ();
|
||||
void temporal_zoom (gdouble scale);
|
||||
void temporal_zoom_by_frame (nframes_t start, nframes_t end, const string & op);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue