mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
basic implementation of Live-style kbd-driven automation editing
This commit is contained in:
parent
fc692f5680
commit
c6a49fdd50
7 changed files with 189 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue