Skip to main content

Module chord

Module chord 

Source
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§

guitar
Guitar tuning and fingering helpers.

Structs§

Chord
A collection of notes analyzed as one vertical sonority.
ChordResolutionSuggestion
A likely tonal resolution for a chord, including the key context used.
KnownChordType
An unpitched chord type known to the music21-derived chord table.

Traits§

IntoNotes
Tries to convert a supported chord input into notes.