diff options
author | Chris Robinson <[email protected]> | 2014-03-22 21:53:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-03-22 21:53:00 -0700 |
commit | 9959972c7e2a7479d8776e71133cfddf5cf756ce (patch) | |
tree | 88974836f0f0f710f6dbc38ad9fa1c1df262427e /Alc/midi/base.h | |
parent | 842aeb888b79883a08c672ed12f1f2b87a0fb46e (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.h | 1 |
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); |