Implemented persisting of channel/note for each pad

This commit is contained in:
2022-12-17 17:28:06 +01:00
parent 32cd57fecf
commit b374116d35
12 changed files with 106 additions and 17 deletions

View File

@@ -15,6 +15,7 @@ SOURCES += \
audioformat.cpp \
audioplayer.cpp \
djwidget.cpp \
drummachinesettings.cpp \
filesmodel.cpp \
graphrenderer.cpp \
jsonconverters.cpp \
@@ -39,6 +40,7 @@ HEADERS += \
audioformat.h \
audioplayer.h \
djwidget.h \
drummachinesettings.h \
filesmodel.h \
graphrenderer.h \
jsonconverters.h \