mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix BBT marker calculation when removing time
This commit is contained in:
parent
aa55bf35eb
commit
e75ad3399e
1 changed files with 1 additions and 1 deletions
|
|
@ -3619,7 +3619,7 @@ TempoMap::remove_time (timepos_t const & pos, timecnt_t const & duration)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (last_meter && !meter_after) {
|
if (last_meter && !meter_after) {
|
||||||
last_tempo->set (start, last_meter->beats(), last_meter->bbt());
|
last_meter->set (start, last_meter->beats(), last_meter->bbt());
|
||||||
moved = true;
|
moved = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue