mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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;
|
||||
}
|
||||
|
||||
session->request_locate (tmap->sample_at (bbt, session->sample_rate()), ltd);
|
||||
session->request_locate (tmap->sample_at (bbt), ltd);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue