|
uint32_t | modMax = 127 << kVelModShift |
|
uint32_t | modMin = 0 << kVelModShift |
|
uint32_t | modStep = (modMax - modMin) / 7 |
|
uint32_t | storedMod = 0 << kVelModShift |
|
uint32_t | modDisplay |
|
◆ handleLeavingColumn()
◆ handlePad()
◆ handleVerticalEncoder()
bool deluge::gui::ui::keyboard::controls::ModColumn::handleVerticalEncoder |
( |
int8_t | pad, |
|
|
int32_t | offset ) |
|
overridevirtual |
◆ renderColumn()
void deluge::gui::ui::keyboard::controls::ModColumn::renderColumn |
( |
RGB | image[][kDisplayWidth+kSideBarWidth], |
|
|
int32_t | column, |
|
|
KeyboardLayout * | layout ) |
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/deluge/gui/ui/keyboard/column_controls/mod.h
- src/deluge/gui/ui/keyboard/column_controls/mod.cpp