Maestro - Midi Player Tool Kit for Unity Version 2.19.0
Loading...
Searching...
No Matches
MidiPlayerTK.MPTKResolvedChordStep

One resolved progression step. More...

Public Member Functions

 MPTKResolvedChordStep (string degreeToken, int tonicMidi, MPTKChordName chordName, bool isApproximation, string note)
 Creates a resolved progression step.

Public Attributes

string DegreeToken
 Original degree token that was parsed.
int TonicMidi
 Resolved root MIDI note for this step.
MPTKChordName ChordName
 Resolved chord-library entry.
bool IsApproximation
 True when an approximation or fallback was required.
string Note
 Additional note describing approximation details.

Detailed Description

One resolved progression step.

Constructor & Destructor Documentation

◆ MPTKResolvedChordStep()

MidiPlayerTK.MPTKResolvedChordStep.MPTKResolvedChordStep ( string degreeToken,
int tonicMidi,
MPTKChordName chordName,
bool isApproximation,
string note )

Creates a resolved progression step.

Parameters
degreeTokenOriginal degree token that was parsed.
tonicMidiResolved root MIDI note for this step.
chordNameResolved chord-library entry.
isApproximationTrue when an approximation or fallback was required.
noteAdditional note describing approximation details.