From 7085dccebc403847161b8e713ef6903dfb161ca7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 5 Dec 2020 23:02:08 -0700 Subject: [PATCH] Temporal: make Tempo:: super_note_type_per_second publically accessible --- libs/temporal/temporal/tempo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index bbaad10589..3c33a07e5f 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -266,6 +266,8 @@ class LIBTEMPORAL_API Tempo : public Rampable { _type != other._type; } + uint64_t super_note_type_per_second() const { return _super_note_type_per_second; } + protected: double _npm; double _enpm;