Implemented midi output for feedback on color pads

This commit is contained in:
2022-12-17 21:56:23 +01:00
parent 413be074f4
commit 68d420cf41
12 changed files with 281 additions and 23 deletions

View File

@@ -23,6 +23,7 @@ SOURCES += \
mainwindow.cpp \
midicontainers.cpp \
midiinwrapper.cpp \
midioutwrapper.cpp \
presetdetailwidget.cpp \
presets.cpp \
presetsmodel.cpp \
@@ -47,6 +48,7 @@ HEADERS += \
mainwindow.h \
midicontainers.h \
midiinwrapper.h \
midioutwrapper.h \
presetdetailwidget.h \
presets.h \
presetsmodel.h \