Table of Contents

Class ChordCharacterClassifier

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

Lightweight chord character classification for single chord symbols (example-friendly API). This does not require a key/context; it maps chord quality to a coarse character and metrics.

public static class ChordCharacterClassifier
Inheritance
ChordCharacterClassifier
Inherited Members

Methods

Classify(string)

public static ChordCharacterClassification Classify(string chordSymbol)

Parameters

chordSymbol string

Returns

ChordCharacterClassification

Exceptions

ArgumentNullException

chordSymbol is null.