aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/soft.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.