aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-22 21:53:00 -0700
committerChris Robinson <[email protected]>2014-03-22 21:53:00 -0700
commit9959972c7e2a7479d8776e71133cfddf5cf756ce (patch)
tree88974836f0f0f710f6dbc38ad9fa1c1df262427e /Alc/midi/base.h
parent842aeb888b79883a08c672ed12f1f2b87a0fb46e (diff)
Add a stub 'soft' MIDI synth handler
Eventually this one will be used to handle MIDI internally, using our own mixers and resamplers.
Diffstat (limited to 'Alc/midi/base.h')
-rw-r--r--Alc/midi/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/midi/base.h b/Alc/midi/base.h
index 1e1aca4f..a0c20d49 100644
--- a/Alc/midi/base.h
+++ b/Alc/midi/base.h
@@ -118,6 +118,7 @@ static const struct MidiSynthVtable T##_MidiSynth_vtable = { \
}
+MidiSynth *SSynth_create(ALCdevice *device);
MidiSynth *FSynth_create(ALCdevice *device);
MidiSynth *DSynth_create(ALCdevice *device);