Module containing all musical notation constants in the various formats expected by the WebAudioAPI library.
Members
-
static, constant AnalysisType :Object.<string, number>
-
Object representing a mapping between an acoustic analysis type and its unique internal code.
-
static, constant Duration :Object.<string, number>
-
Object representing a mapping between the notational name of a musical duration and its associated beat scaling factor.
-
static, constant EffectType :Object.<string, number>
-
Object representing a mapping between an effect type and its unique internal code.
-
static, constant EncodingType :Object.<string, number>
-
Object representing a mapping between an encoding file type and its unique internal code.
-
static, constant Frequency :Array.<number>
-
Array containing the frequency (in Hz) of the MIDI value at the corresponding array index.
-
static, constant InstrumentEncodingType :Object.<string, number>
-
Object representing a mapping between an instrument file encoding type and its unique internal code.
-
static, constant KeySignature :Object.<string, number>
-
Object representing a mapping between the notational name of a key signature and its position on the circle of fifths.
-
static, constant ModificationIncompatibilities :Object.<number, Array.<number>>
-
Object representing modification types that conflict with one another.
-
static, constant ModificationType :Object.<string, number>
-
Object representing a mapping between a note modification and its unique internal code.
-
static, constant Note :Object.<string, number>
-
Object representing a mapping between the notational name of a musical note and its MIDI value.