mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
wrap a missed midi method
This commit is contained in:
parent
286d50f4f2
commit
e33b07819c
1 changed files with 2 additions and 0 deletions
|
@ -36,7 +36,9 @@ public:
|
||||||
~MIDIManager();
|
~MIDIManager();
|
||||||
|
|
||||||
void openDefaultPort();
|
void openDefaultPort();
|
||||||
|
#ifdef HAVE_RTMIDI
|
||||||
bool hasDevice() const { return !!_midiInput; }
|
bool hasDevice() const { return !!_midiInput; }
|
||||||
|
#endif
|
||||||
public slots:
|
public slots:
|
||||||
unsigned int NoteOn() const { return 144; }
|
unsigned int NoteOn() const { return 144; }
|
||||||
unsigned int NoteOff() const { return 128; }
|
unsigned int NoteOff() const { return 128; }
|
||||||
|
|
Loading…
Reference in a new issue