temporal: fix superclock time used to find relevant tempo & meter
This commit is contained in:
parent
d6565cce77
commit
b192eea65a
@ -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.reference();
|
superclock_t ref = bbt.sclock();
|
||||||
|
|
||||||
if (ref != 0) {
|
if (ref != 0) {
|
||||||
while (tp != _tempos.end()) {
|
while (tp != _tempos.end()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user