Class BorrowedChordInfo
A detected borrowed chord (modal mixture).
public sealed class BorrowedChordInfo
- Inheritance
-
BorrowedChordInfo
- Inherited Members
Properties
Chord
The borrowed chord symbol.
public required string Chord { get; init; }
Property Value
Position
Index of the chord in the progression.
public int Position { get; init; }
Property Value
SourceKey
Key or mode the chord is borrowed from.
public required string SourceKey { get; init; }