Replayer app (live)
Documentation
GitHub
Preparing search index...
The search index is not available
Replayer source - v2.5.1
Replayer source
code/music/ITimeSignature
ITimeSignature
Interface ITimeSignature
Defines a time signature
interface
ITimeSignature
{
Denominator
:
null
|
number
;
Numerator
:
null
|
number
;
}
Implemented by
TimeSignature
Index
Properties
Denominator
Numerator
Properties
Denominator
Denominator
:
null
|
number
The note value of the beats
Numerator
Numerator
:
null
|
number
The number of beats per measure
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Denominator
Numerator
Replayer source - v2.5.1
Loading...
Defines a time signature