basic implementation of Live-style kbd-driven automation editing

This commit is contained in:
Paul Davis 2025-06-17 14:00:54 -06:00
parent fc692f5680
commit c6a49fdd50
7 changed files with 189 additions and 1 deletions

View file

@ -971,6 +971,7 @@ AutomationTimeAxisView::entered()
if (_line) {
_line->track_entered();
}
_editor.enable_automation_bindings ();
}
void
@ -979,6 +980,8 @@ AutomationTimeAxisView::exited ()
if (_line) {
_line->track_exited();
}
_editor.enable_automation_bindings ();
}
void