Refactorings and preperations for loop station

This commit is contained in:
2022-12-18 03:30:46 +01:00
parent 68d420cf41
commit a0efca01c7
24 changed files with 735 additions and 353 deletions

View File

@ -13,9 +13,9 @@ class MidiInWrapper : public QObject
public:
MidiInWrapper(RtMidi::Api api = RtMidi::UNSPECIFIED,
const QString &clientName = "RtMidi Input Client",
unsigned int queueSizeLimit = 100,
QObject *parent = nullptr);
const QString &clientName = "RtMidi Input Client",
unsigned int queueSizeLimit = 100,
QObject *parent = nullptr);
void openPort(unsigned int portNumber, const QString &portName);
void openVirtualPort(const QString &portName);