mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +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
|
|
@ -1603,6 +1603,11 @@ private:
|
|||
|
||||
protected:
|
||||
void _commit_tempo_map_edit (Temporal::TempoMap::WritableSharedPtr&, bool with_update = false);
|
||||
void automation_create_point_at_edit_point();
|
||||
void automation_raise_points ();
|
||||
void automation_lower_points ();
|
||||
void automation_move_points_later ();
|
||||
void automation_move_points_earlier ();
|
||||
|
||||
private:
|
||||
friend class DragManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue