From 1c2cd78f4161f854facd3c2aa28e04fdb8186629 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 22 Sep 2023 15:35:40 -0600 Subject: [PATCH] Revert "temporal: fix superclock time used to find relevant tempo & meter" This reverts commit b192eea65a1ca5047d2e573eedcf429ab0692750. --- 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 761c253ddc..9414874cbf 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.sclock(); + superclock_t ref = bbt.reference(); if (ref != 0) { while (tp != _tempos.end()) {