significant overhaul of automation region/lines to update during tempo map drags etc

This commit is contained in:
Paul Davis 2022-10-25 11:10:32 -06:00
parent e2c5a0777b
commit a928e35efb
10 changed files with 227 additions and 58 deletions

View file

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