aboutsummaryrefslogtreecommitdiff
path: root/sound/mpu401.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mpu401.h')
-rw-r--r--sound/mpu401.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mpu401.h b/sound/mpu401.h
index 7c9450e613..3f4cfecfee 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -90,6 +90,8 @@ public:
void setTimerCallback(void *timer_param, void (*timer_proc) (void *));
uint32 getBaseTempo(void) { return 0x4A0000; }
+ virtual void sysEx_customInstrument (byte channel, uint32 type, byte *instr);
+
MidiChannel *allocateChannel();
MidiChannel *getPercussionChannel() { return &_midi_channels [9]; }
};