pub fn estimate_key_from_chords(chords: &[Chord]) -> Result<Vec<KeyEstimate>>Expand description
Estimates likely keys from chords using the Krumhansl-Schmuckler weights.
pub fn estimate_key_from_chords(chords: &[Chord]) -> Result<Vec<KeyEstimate>>Estimates likely keys from chords using the Krumhansl-Schmuckler weights.