Implemented parsing of loop station presets

This commit is contained in:
2022-12-27 22:47:46 +01:00
parent b2f688c178
commit 56d56947c9
16 changed files with 981 additions and 371 deletions

View File

@@ -1,7 +1,6 @@
#include "drumpadpresets.h"
namespace drumpad_presets
{
namespace drumpad_presets {
bool File::operator==(const File &other) const
{
@@ -12,4 +11,4 @@ bool File::operator==(const File &other) const
choke == other.choke;
}
}
} // namespace drumpad_presets