Implemented loopstation preset model

This commit is contained in:
2022-12-28 00:09:51 +01:00
parent e2a2980c4f
commit 5613fc553b
11 changed files with 419 additions and 33 deletions

View File

@@ -23,6 +23,7 @@ SOURCES += \
jsonconverters.cpp \
loopstationjsonconverters.cpp \
loopstationpresets.cpp \
loopstationpresetsmodel.cpp \
main.cpp \
midicontainers.cpp \
midiinwrapper.cpp \
@@ -57,6 +58,7 @@ HEADERS += \
jsonconverters.h \
loopstationjsonconverters.h \
loopstationpresets.h \
loopstationpresetsmodel.h \
midicontainers.h \
midiinwrapper.h \
midioutwrapper.h \