Implemented midi buttons on loopstation page

This commit is contained in:
2022-12-28 01:34:16 +01:00
parent d3fd851d54
commit f80240847b
8 changed files with 141 additions and 38 deletions

View File

@@ -71,4 +71,14 @@ public:
QString loopstationLastPresetId() const;
void setLoopstationLastPresetId(const QString &lastPresetId);
quint8 loopstationChannelPrevPreset() const;
void setLoopstationChannelPrevPreset(quint8 channel);
quint8 loopstationNotePrevPreset() const;
void setLoopstationNotePrevPreset(quint8 note);
quint8 loopstationChannelNextPreset() const;
void setLoopstationChannelNextPreset(quint8 channel);
quint8 loopstationNoteNextPreset() const;
void setLoopstationNoteNextPreset(quint8 note);
};