Table of Contents

Class BorrowedChordInfo

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

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

string

Position

Index of the chord in the progression.

public int Position { get; init; }

Property Value

int

SourceKey

Key or mode the chord is borrowed from.

public required string SourceKey { get; init; }

Property Value

string