aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMidi.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to stop MIDI playbackChris Robinson2013-11-281-0/+3
| | | | | Unlike pausing, this resets the MIDI clock time to 0, clears the existing event queue, stops all MIDI sounds, and resets MIDI controllers.
* Be a bit safer with MIDI state changesChris Robinson2013-11-281-0/+6
|
* Add a method to load a soundfontChris Robinson2013-11-281-0/+3
|
* Cleanups for MidiSynthChris Robinson2013-11-271-2/+2
| | | | | Remove an unneeded field, make MidiSynth_getTime public, and properly return a 64-bit time from it.
* Add a MidiSynth interface for devicesChris Robinson2013-11-271-0/+2
|
* Add a base MidiSynth structChris Robinson2013-11-271-0/+64