Fixed midi handling for control change and implemented tab selection with midi

This commit is contained in:
2022-12-28 04:56:09 +01:00
parent 9d6c73782c
commit 629d2e6cd3
20 changed files with 481 additions and 455 deletions

View File

@@ -1,6 +1,6 @@
QT = core multimedia gui widgets network
CONFIG += c++20
CONFIG += c++22
QMAKE_CXXFLAGS += -Werror=all
release: QMAKE_CXXFLAGS_RELEASE -= -O1
@@ -30,6 +30,7 @@ SOURCES += \
main.cpp \
midicontainers.cpp \
midiinwrapper.cpp \
midilearnsetting.cpp \
midioutwrapper.cpp \
synthisizer.cpp \
treetotableproxymodel.cpp \
@@ -60,6 +61,7 @@ HEADERS += \
drumpadpresets.h \
drumpadpresetsmodel.h \
drumpadpresettagsmodel.h \
futurecpp.h \
graphrenderer.h \
jsonconverters.h \
loopstationjsonconverters.h \
@@ -68,6 +70,7 @@ HEADERS += \
loopstationpresettagsmodel.h \
midicontainers.h \
midiinwrapper.h \
midilearnsetting.h \
midioutwrapper.h \
synthisizer.h \
treetotableproxymodel.h \