mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Revert "temporal: fix superclock time used to find relevant tempo & meter"
This reverts commit b192eea65a.
This commit is contained in:
parent
e2f6241dd6
commit
1c2cd78f41
1 changed files with 1 additions and 1 deletions
|
|
@ -1120,7 +1120,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
|
||||||
|
|
||||||
Tempos::const_iterator tp = _tempos.begin();
|
Tempos::const_iterator tp = _tempos.begin();
|
||||||
Meters::const_iterator mp = _meters.begin();
|
Meters::const_iterator mp = _meters.begin();
|
||||||
superclock_t ref = bbt.sclock();
|
superclock_t ref = bbt.reference();
|
||||||
|
|
||||||
if (ref != 0) {
|
if (ref != 0) {
|
||||||
while (tp != _tempos.end()) {
|
while (tp != _tempos.end()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue