From b192eea65a1ca5047d2e573eedcf429ab0692750 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 22 Sep 2023 15:30:20 -0600 Subject: [PATCH] temporal: fix superclock time used to find relevant tempo & meter --- libs/temporal/temporal/tempo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index 1ebbc7f707..ce8b2cf3f1 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -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()) {