mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +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();
|
||||
|
||||
void openDefaultPort();
|
||||
#ifdef HAVE_RTMIDI
|
||||
bool hasDevice() const { return !!_midiInput; }
|
||||
#endif
|
||||
public slots:
|
||||
unsigned int NoteOn() const { return 144; }
|
||||
unsigned int NoteOff() const { return 128; }
|
||||
|
|
Loading…
Reference in a new issue