mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
return of the location GoTo Button
Despite the tooltip, middle-click to locate is not very discoverable, and tricky to not-available on MacBooks.
This commit is contained in:
parent
77a36d6392
commit
674fa50fb8
2 changed files with 36 additions and 10 deletions
|
|
@ -81,10 +81,12 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
Gtk::HBox start_hbox;
|
||||
AudioClock start_clock;
|
||||
Gtk::Button start_to_playhead_button;
|
||||
Gtk::Button locate_to_start_button;
|
||||
|
||||
Gtk::HBox end_hbox;
|
||||
AudioClock end_clock;
|
||||
Gtk::Button end_to_playhead_button;
|
||||
Gtk::Button locate_to_end_button;
|
||||
|
||||
AudioClock length_clock;
|
||||
Gtk::CheckButton cd_check_button;
|
||||
|
|
@ -118,6 +120,7 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
void composer_entry_changed ();
|
||||
|
||||
void to_playhead_button_pressed (LocationPart part);
|
||||
void locate_button_pressed (LocationPart part);
|
||||
|
||||
void clock_changed (LocationPart part);
|
||||
bool locate_to_clock (GdkEventButton*, AudioClock*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue