mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
significant overhaul of automation region/lines to update during tempo map drags etc
This commit is contained in:
parent
e2c5a0777b
commit
a928e35efb
10 changed files with 227 additions and 58 deletions
|
|
@ -56,6 +56,7 @@ public:
|
|||
End
|
||||
};
|
||||
|
||||
void move_to (double x, double y);
|
||||
void move_to (double x, double y, ShapeType);
|
||||
void reset (double x, double y, ARDOUR::AutomationList::iterator, uint32_t, ShapeType);
|
||||
double get_x() const { return _x; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue