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.
- Chord
Resolution Suggestion - A likely tonal resolution for a chord, including the key context used.
- Known
Chord Type - An unpitched chord type known to the music21-derived chord table.
Traits§
- Into
Notes - Tries to convert a supported chord input into notes.