Expand description
Chord construction, common-name analysis and chord input conversion traits.
Re-exports§
pub use guitar::GuitarFingering;pub use guitar::GuitarStringFingering;pub use guitar::GuitarTuning;pub use guitar::GuitarTuningString;
Modules§
Structs§
- Chord
- A collection of notes analyzed as one vertical sonority.
- Chord
Resolution Suggestion - A likely tonal resolution for a chord, including the key context used.
- Chord
Table Address - Where a chord’s set class sits in the Forte tables: music21’s
ChordTableAddress. - Known
Chord Type - An unpitched chord type known to the music21-derived chord table.
Enums§
- Triad
Quality - The quality of the triad above a chord’s root, as music21’s
Chord.qualityreports it.
Traits§
- Into
Notes - Tries to convert a supported chord input into notes.
Functions§
- format_
vector_ string - Writes a list of pitch classes the way music21’s
Chord.formatVectorStringdoes, with ten and eleven asAandB:[0, 11]is<0B>.