mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Editing from a control surface must have the ability to ignore mouse location.
Add mark_in and mark_out actions that explicitly use the playhead as the edit location.
This commit is contained in:
parent
458a2b723c
commit
3332633d19
4 changed files with 17 additions and 12 deletions
|
|
@ -357,8 +357,8 @@ BasicUI::jump_by_bars (double bars)
|
|||
session->request_locate ( session->convert_to_frames (any) );
|
||||
}
|
||||
|
||||
void BasicUI::mark_in () { access_action("Editor/start-range"); }
|
||||
void BasicUI::mark_out () { access_action("Editor/finish-range"); }
|
||||
void BasicUI::mark_in () { access_action("Editor/start-range-from-playhead"); }
|
||||
void BasicUI::mark_out () { access_action("Editor/finish-range-from-playhead"); }
|
||||
|
||||
void BasicUI::toggle_click () { access_action("Transport/ToggleClick"); }
|
||||
void BasicUI::midi_panic () { access_action("MIDI/panic"); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue