core/pitch library

Classes

Pitch
Represents the musical pitch of a note.
PitchUtils
Utility class for pitch operations.

Enums

AccidentalType
Available accidental types in SMuFL.

Constants

accidentalToAlter → const Map<AccidentalType, double>
Mapping from AccidentalType to alteration value.
accidentalToGlyph → const Map<AccidentalType, String>
Mapping from AccidentalType to SMuFL glyph name.