![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.19.0
|
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. | |
One resolved progression step.
| MidiPlayerTK.MPTKResolvedChordStep.MPTKResolvedChordStep | ( | string | degreeToken, |
| int | tonicMidi, | ||
| MPTKChordName | chordName, | ||
| bool | isApproximation, | ||
| string | note ) |
Creates a resolved progression step.
| degreeToken | Original degree token that was parsed. |
| tonicMidi | Resolved root MIDI note for this step. |
| chordName | Resolved chord-library entry. |
| isApproximation | True when an approximation or fallback was required. |
| note | Additional note describing approximation details. |