23class SaveMidiDeviceDefinitionUI final :
public SaveUI {
25 SaveMidiDeviceDefinitionUI();
27 bool opened()
override;
29 ActionResult buttonAction(deluge::hid::Button b,
bool on,
bool inCardRoutine)
override;
30 void verticalEncoderAction(int32_t offset,
bool encoderButtonPressed,
bool shiftButtonPressed) {};
32 bool performSave(
bool mayOverwrite)
override;
34 bool renderSidebar(uint32_t whichRows,
RGB image[][kDisplayWidth + kSideBarWidth] =
nullptr,
35 uint8_t occupancyMask[][kDisplayWidth + kSideBarWidth] =
nullptr)
override {
40 UIType getUIType()
override {
return UIType::SAVE_MIDI_DEVICE_DEFINITION; }