Table of Contents

Class SecondaryDominantInfo

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

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

string

Position

Index of the chord in the progression.

public int Position { get; init; }

Property Value

int

Target

The chord it tonicizes.

public required string Target { get; init; }

Property Value

string

TargetDegree

Scale degree of the target, if known.

public string? TargetDegree { get; init; }

Property Value

string