13
0

temporal: fix superclock time used to find relevant tempo & meter

This commit is contained in:
Paul Davis 2023-09-22 15:30:20 -06:00
parent d6565cce77
commit b192eea65a

View File

@ -1120,7 +1120,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
Tempos::const_iterator tp = _tempos.begin();
Meters::const_iterator mp = _meters.begin();
superclock_t ref = bbt.reference();
superclock_t ref = bbt.sclock();
if (ref != 0) {
while (tp != _tempos.end()) {