Implemented midi control of most buttons in drumpad tab
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "midicontainers.h"
|
||||
|
||||
MidiOutWrapper::MidiOutWrapper(RtMidi::Api api, const QString &clientName) :
|
||||
midiOut{api, clientName.toStdString()}
|
||||
{
|
||||
|
Reference in New Issue
Block a user