|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Data Fields | |
| int | schema_version |
| bool | has_bass |
| MusicalNote_v1 | root_note |
| MusicalNote_v1 | bass_note |
| ChordType_v1 | type |
| ChordAccent_v1 | accent |
| int | notes [48] |
| int | inversion |
Definition at line 100 of file chord_descriptor.h.
| ChordAccent_v1 ChordDescriptor_v2::accent |
Definition at line 107 of file chord_descriptor.h.
| MusicalNote_v1 ChordDescriptor_v2::bass_note |
Definition at line 105 of file chord_descriptor.h.
| bool ChordDescriptor_v2::has_bass |
Definition at line 103 of file chord_descriptor.h.
| int ChordDescriptor_v2::inversion |
Definition at line 109 of file chord_descriptor.h.
| int ChordDescriptor_v2::notes[48] |
Definition at line 108 of file chord_descriptor.h.
| MusicalNote_v1 ChordDescriptor_v2::root_note |
Definition at line 104 of file chord_descriptor.h.
| int ChordDescriptor_v2::schema_version |
Definition at line 102 of file chord_descriptor.h.
| ChordType_v1 ChordDescriptor_v2::type |
Definition at line 106 of file chord_descriptor.h.