24 #include <QStringList>
36 #if defined(DRUMSTICK_STATIC)
37 #define DRUMSTICK_RT_EXPORT
39 #if defined(drumstick_rt_EXPORTS)
40 #define DRUMSTICK_RT_EXPORT Q_DECL_EXPORT
42 #define DRUMSTICK_RT_EXPORT Q_DECL_IMPORT
96 virtual QList<MIDIConnection>
connections(
bool advanced =
false) = 0;
147 void midiNoteOn(
const int chan,
const int note,
const int vel);
The QObject class is the base class of all Qt objects.
The QSettings class provides persistent platform-independent application settings.
QPair< QString, QVariant > MIDIConnection
MIDIConnection represents a connection identifier.
Realtime MIDI output interface.