Implemented midi control of most buttons in drumpad tab

This commit is contained in:
2022-12-27 20:54:38 +01:00
parent 818f462ae8
commit 626d27653a
30 changed files with 763 additions and 133 deletions

View File

@ -2,6 +2,8 @@
#include <QDebug>
#include "midicontainers.h"
MidiOutWrapper::MidiOutWrapper(RtMidi::Api api, const QString &clientName) :
midiOut{api, clientName.toStdString()}
{