|
| dsp::MusicalNote | rootNote = dsp::MusicalNote::C |
| dsp::ChordType | type = dsp::ChordType::None |
| dsp::ChordAccent | accent = dsp::ChordAccent::None |
| int | inversion = 0 |
| std::optional< dsp::MusicalNote > | bass = std::nullopt |
Definition at line 14 of file chord_pad_commands.h.
◆ apply_to()
◆ from_descriptor()
◆ accent
| dsp::ChordAccent zrythm::commands::ChordPadState::accent = dsp::ChordAccent::None |
◆ bass
| std::optional<dsp::MusicalNote> zrythm::commands::ChordPadState::bass = std::nullopt |
◆ inversion
| int zrythm::commands::ChordPadState::inversion = 0 |
◆ rootNote
| dsp::MusicalNote zrythm::commands::ChordPadState::rootNote = dsp::MusicalNote::C |
◆ type
| dsp::ChordType zrythm::commands::ChordPadState::type = dsp::ChordType::None |
The documentation for this struct was generated from the following file: