Class SecondaryDominantInfo
A detected secondary dominant / tonicization event.
public sealed class SecondaryDominantInfo
- Inheritance
-
SecondaryDominantInfo
- Inherited Members
Properties
Chord
The secondary dominant 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
Target
The chord it tonicizes.
public required string Target { get; init; }
Property Value
TargetDegree
Scale degree of the target, if known.
public string? TargetDegree { get; init; }