aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/soft.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the MIDI codeChris Robinson2015-10-201-139/+0
| | | | | | | The extension's not going anywhere, and it can't do anything fluidsynth can't. The code maintenance and bloat is not worth keeping around, and ideally the AL API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at- time, etc).
* Use NEW_OBJ in a few more placesChris Robinson2015-10-201-2/+1
|
* Allow for device-specific config valuesChris Robinson2015-08-281-1/+1
|
* Properly handle a mono output buffer with the MIDI synthsChris Robinson2015-02-091-6/+6
|
* Use the UNUSED macro instead of a void castChris Robinson2014-07-191-2/+1
|
* Remove setState from the MidiSynth vtableChris Robinson2014-03-231-1/+0
|
* Add a stub 'soft' MIDI synth handlerChris Robinson2014-03-221-0/+142
Eventually this one will be used to handle MIDI internally, using our own mixers and resamplers.