Revert "temporal: fix superclock time used to find relevant tempo & meter"
This reverts commit b192eea65a
.
This commit is contained in:
parent
e2f6241dd6
commit
1c2cd78f41
@ -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…
Reference in New Issue
Block a user