mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
incorporating new tempo map API
This commit is contained in:
parent
f67029bd02
commit
749a49c278
26 changed files with 234 additions and 293 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue