Table of Contents

Struct CadenceInfo

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

Describes a detected cadence in the progression.

public readonly record struct CadenceInfo : IEquatable<CadenceInfo>
Implements
Inherited Members

Constructors

CadenceInfo(CadenceType, int, string, string, string)

Describes a detected cadence in the progression.

public CadenceInfo(CadenceType Type, int Position, string FromChord, string ToChord, string Description)

Parameters

Type CadenceType
Position int
FromChord string
ToChord string
Description string

Properties

Description

public string Description { get; init; }

Property Value

string

FromChord

public string FromChord { get; init; }

Property Value

string

Position

public int Position { get; init; }

Property Value

int

ToChord

public string ToChord { get; init; }

Property Value

string

Type

public CadenceType Type { get; init; }

Property Value

CadenceType