![]() |
Deluge Firmware 1.3.0
Build date: 2025.08.10
|
A collection of chords. More...
#include <chords.h>
Public Member Functions | |
Voicing | getChordVoicing (int8_t chordNo) |
Get a voicing for a chord with a given index. If the voicingOffset for that Chord is out of bounds, return the max or min voicing depending on the direction. | |
void | adjustChordRowOffset (int8_t offset) |
void | adjustVoicingOffset (int8_t chordNo, int8_t offset) |
Public Attributes | |
Chord | chords [kUniqueChords] |
int8_t | voicingOffset [kUniqueChords] = {0} |
uint8_t | chordRowOffset = 0 |
Private Member Functions | |
int8_t | validateChordNo (int8_t chordNo) |
A collection of chords.
Voicing deluge::gui::ui::keyboard::ChordList::getChordVoicing | ( | int8_t | chordNo | ) |
Get a voicing for a chord with a given index. If the voicingOffset for that Chord is out of bounds, return the max or min voicing depending on the direction.
chordNo | The index of the chord |