Returns an array containing integers (0-11) representing the pitch classes in a chord.
A chord symbol string.
An array of integer pitch classes in the chord.
Returns the chord quality (major, minor, augmented, diminished, or other).
A chord symbol string.
The ChordQuality enum value specifying the quality.
Returns an integer (0-11) representing the pitch class of the chord root.
A chord symbol string.
The integer pitch class of the chord root.
Generated using TypeDoc
Class containing static methods related to chord symbol interpretation. These functions make use of the Tonal.js music theory library, and are used when converting chord symbols to model inputs.