mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
control surface changes to follow TempoMap::sample_at() API change
This commit is contained in:
parent
c24cabead0
commit
fcf0c253ad
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ BasicUI::jump_by_bars (int bars, LocateTransportDisposition ltd)
|
||||||
bbt.bars = 1;
|
bbt.bars = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
session->request_locate (tmap->sample_at (bbt, session->sample_rate()), ltd);
|
session->request_locate (tmap->sample_at (bbt), ltd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue