diff options
Diffstat (limited to 'sound/mididrv.h')
-rw-r--r-- | sound/mididrv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h index 542eab3f24..55b5a8dad2 100644 --- a/sound/mididrv.h +++ b/sound/mididrv.h @@ -72,6 +72,7 @@ public: virtual void sysEx (byte *msg, uint16 length) { } virtual void sysEx_customInstrument (byte channel, uint32 type, byte *instr) { } + virtual void metaEvent (byte type, byte*data, uint16 length) { } // Timing functions - MidiDriver now operates timers virtual void setTimerCallback (void *timer_param, void (*timer_proc) (void *)) = 0; |