aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/base.h
Commit message (Expand)AuthorAgeFilesLines
* Print SF2 text INFO chunksChris Robinson2014-07-011-2/+7
* Add a GCC-specific STATIC_UPCAST macro that checks the object typeChris Robinson2014-04-191-1/+1
* Remove setState from the MidiSynth vtableChris Robinson2014-03-231-3/+0
* Add a stub 'soft' MIDI synth handlerChris Robinson2014-03-221-0/+1
* Use a void* for the MidiSynth Delete method paramChris Robinson2014-03-221-2/+3
* Rework MIDI clock timingChris Robinson2014-02-021-8/+9
* Add a method to get the current MIDI stateChris Robinson2014-01-121-0/+1
* Move some soundfont methods to ALsoundfontChris Robinson2014-01-051-2/+0
* Allow "deleting" the default soundfontChris Robinson2014-01-041-0/+1
* Allow selecting the default soundfont using ID 0Chris Robinson2014-01-031-3/+4
* Remove an unused methodChris Robinson2014-01-031-1/+0
* Pass the ALsoundfont object to loadSf2, rather than its IDChris Robinson2014-01-011-1/+3
* Remove some unused MIDI backend methodsChris Robinson2013-12-291-6/+0
* Add alLoadSoundfontSOFT to load a soundfont via callbackChris Robinson2013-12-281-0/+12
* Add a method to set and get soundfontsChris Robinson2013-12-271-0/+7
* Fix header guard and remove duplicate codeChris Robinson2013-12-181-3/+3
* Move the base MidiSynth to a separate fileChris Robinson2013-12-171-0/+113