From b1b5553d1def7f5c80dd866c5a340d67d6bf9d7a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Nov 2021 15:58:33 -0700 Subject: [PATCH] tempomap: allow access to TempoMap::bbt_at () variant --- 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 26784b42f1..1fd1363575 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -815,6 +815,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible } LIBTEMPORAL_API BBT_Time bbt_at (timepos_t const &) const; + LIBTEMPORAL_API BBT_Time bbt_at (Beats const &) const; LIBTEMPORAL_API Beats quarters_at (BBT_Time const &) const; LIBTEMPORAL_API Beats quarters_at (timepos_t const &) const; @@ -900,7 +901,6 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible void copy_points (TempoMap const & other); - BBT_Time bbt_at (Beats const &) const; BBT_Time bbt_at (superclock_t sc) const; template struct const_traits {