![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.19.0
|
Represents one chord entry loaded from the chord library. More...
Public Attributes | |
| int | Index |
| Zero-based position in the loaded chord list. | |
| string | Name |
| Chord display name from the library. | |
| string | Modifier3 |
| Triad quality marker when available. | |
| string | Modifier7 |
| Seventh marker when available. | |
| int | Count |
| Number of notes in the chord. | |
Properties | |
| int | this[int index] [get] |
| Semitone offset from the tonic for one note of this chord. | |
| static List< MPTKChordLib > | Chords [get] |
| List of available chords. | |
| static int | ChordCount [get] |
| Number of available chords. | |
Represents one chord entry loaded from the chord library.
| string MidiPlayerTK.MPTKChordLib.Modifier3 |
Triad quality marker when available.
| string MidiPlayerTK.MPTKChordLib.Modifier7 |
Seventh marker when available.
|
get |
Semitone offset from the tonic for one note of this chord.
| index | Zero-based note index in the chord. |
|
staticget |
List of available chords.
|
staticget |
Number of available chords.