Implemented midi tab widget

This commit is contained in:
2022-12-28 03:02:23 +01:00
parent f80240847b
commit 9d6c73782c
10 changed files with 209 additions and 14 deletions

View File

@@ -42,6 +42,7 @@ SOURCES += \
widgets/loopstationwidget.cpp \
widgets/mainwindow.cpp \
widgets/midibutton.cpp \
widgets/miditabwidget.cpp \
widgets/previewwidget.cpp \
widgets/scratchwidget.cpp \
widgets/sequencerwidget.cpp \
@@ -79,6 +80,7 @@ HEADERS += \
widgets/loopstationwidget.h \
widgets/mainwindow.h \
widgets/midibutton.h \
widgets/miditabwidget.h \
widgets/previewwidget.h \
widgets/scratchwidget.h \
widgets/sequencerwidget.h \