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