mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
require use of BBT_Argument as both parameter and return type from most methods (libs edition)
This commit is contained in:
parent
f033b5717d
commit
259499fc5f
11 changed files with 67 additions and 57 deletions
|
|
@ -588,7 +588,7 @@ void
|
|||
BasicUI::jump_by_bars (int bars, LocateTransportDisposition ltd)
|
||||
{
|
||||
TempoMap::SharedPtr tmap (TempoMap::fetch());
|
||||
Temporal::BBT_Time bbt (tmap->bbt_at (timepos_t (session->transport_sample())));
|
||||
Temporal::BBT_Argument bbt (tmap->bbt_at (timepos_t (session->transport_sample())));
|
||||
|
||||
bbt.bars += bars;
|
||||
if (bbt.bars < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue