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

@@ -1,14 +1 @@
#include "drumpadpresets.h"
namespace drumpad_presets {
bool File::operator==(const File &other) const
{
return filename == other.filename &&
color == other.color &&
stopOnRelease == other.stopOnRelease &&
looped == other.looped &&
choke == other.choke;
}
} // namespace drumpad_presets