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

@@ -8,8 +8,8 @@
#include <QString>
#include <QDateTime>
namespace drumpad_presets
{
namespace drumpad_presets {
struct Filter
{
std::optional<std::vector<QString>> tags;
@@ -84,4 +84,5 @@ struct PresetsConfig
std::optional<std::vector<Category>> categories;
std::optional<std::map<QString, Preset>> presets;
};
}
} // namespace drumpad_presets