Temporal: make Tempo:: super_note_type_per_second publically accessible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user