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

@@ -28,8 +28,6 @@ struct File
std::optional<QString> stopOnRelease;
std::optional<bool> looped;
std::optional<int> choke;
bool operator==(const File &other) const;
};
struct SequencePad