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;