13
0

Temporal: make Tempo:: super_note_type_per_second publically accessible

This commit is contained in:
Paul Davis 2020-12-05 23:02:08 -07:00
parent 12b967afca
commit 7085dccebc

View File

@ -266,6 +266,8 @@ class LIBTEMPORAL_API Tempo : public Rampable {
_type != other._type; _type != other._type;
} }
uint64_t super_note_type_per_second() const { return _super_note_type_per_second; }
protected: protected:
double _npm; double _npm;
double _enpm; double _enpm;