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:
@@ -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"); }
|
||||
|
||||
Reference in New Issue
Block a user