26 ModColumn() =
default;
28 void renderColumn(
RGB image[][kDisplayWidth + kSideBarWidth], int32_t column,
KeyboardLayout* layout)
override;
29 bool handleVerticalEncoder(int8_t pad, int32_t offset)
override;
36 uint32_t modMax = 127 << kVelModShift;
37 uint32_t modMin = 0 << kVelModShift;
38 uint32_t modStep = (modMax - modMin) / 7;
39 uint32_t storedMod = 0 << kVelModShift;