Table of Contents

Class ChordSuggestion

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

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

string

Reason

Reason why this chord is suggested

public string Reason { get; init; }

Property Value

string

Score

Quality score (0-1) indicating how well it fits

public float Score { get; init; }

Property Value

float