mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -133,7 +133,13 @@ void
|
|||
ControlPoint::set_size (double sz)
|
||||
{
|
||||
_size = sz;
|
||||
move_to (_x, _y, _shape);
|
||||
move_to (_x, _y);
|
||||
}
|
||||
|
||||
void
|
||||
ControlPoint::move_to (double x, double y)
|
||||
{
|
||||
move_to (x, y, _shape);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue