incorporating new tempo map API

This commit is contained in:
Paul Davis 2020-11-16 11:19:22 -07:00
parent f67029bd02
commit 749a49c278
26 changed files with 234 additions and 293 deletions

View file

@ -80,7 +80,7 @@ Ruler::Ruler (Item* parent, const Metric& m, Rect const& r)
}
void
Ruler::set_range (double l, double u)
Ruler::set_range (int64_t l, int64_t u)
{
begin_visual_change ();
_lower = l;