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

@ -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;