Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ChordDescriptor_v2 Struct Reference

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
 

Detailed Description

Definition at line 100 of file chord_descriptor.h.

Field Documentation

◆ accent

ChordAccent_v1 ChordDescriptor_v2::accent

Definition at line 107 of file chord_descriptor.h.

◆ bass_note

MusicalNote_v1 ChordDescriptor_v2::bass_note

Definition at line 105 of file chord_descriptor.h.

◆ has_bass

bool ChordDescriptor_v2::has_bass

Definition at line 103 of file chord_descriptor.h.

◆ inversion

int ChordDescriptor_v2::inversion

Definition at line 109 of file chord_descriptor.h.

◆ notes

int ChordDescriptor_v2::notes[48]

Definition at line 108 of file chord_descriptor.h.

◆ root_note

MusicalNote_v1 ChordDescriptor_v2::root_note

Definition at line 104 of file chord_descriptor.h.

◆ schema_version

int ChordDescriptor_v2::schema_version

Definition at line 102 of file chord_descriptor.h.

◆ type

ChordType_v1 ChordDescriptor_v2::type

Definition at line 106 of file chord_descriptor.h.


The documentation for this struct was generated from the following file: