Class ChordSuggestion
A suggested chord that could follow a progression.
public sealed class ChordSuggestion
- Inheritance
-
ChordSuggestion
- Inherited Members
Properties
Chord
Chord symbol (e.g., "Cmaj7", "Dm")
public string Chord { get; init; }
Property Value
Reason
Reason why this chord is suggested
public string Reason { get; init; }
Property Value
Score
Quality score (0-1) indicating how well it fits
public float Score { get; init; }