control surface changes to follow TempoMap::sample_at() API change
This commit is contained in:
parent
c24cabead0
commit
fcf0c253ad
@ -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…
Reference in New Issue
Block a user