mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Temporal: make Tempo:: super_note_type_per_second publically accessible
This commit is contained in:
parent
12b967afca
commit
7085dccebc
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue