aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/base.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the fontsound loop modeChris Robinson2013-12-291-0/+1
* Add a method to set and get soundfontsChris Robinson2013-12-271-0/+43
* Remove the generator listChris Robinson2013-12-261-49/+11
* Store a list of sounds in the presetChris Robinson2013-12-251-0/+9
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-251-191/+0
* Add methods to add generators and modulators to fontsoundsChris Robinson2013-12-251-0/+71
* Add a new fontsound object typeChris Robinson2013-12-251-0/+47
* Add methods to get and set a preset object's preset and bank numbersChris Robinson2013-12-231-0/+3
* Make sure key and velocity ranges are the first two generatorsChris Robinson2013-12-211-0/+28
* Free thunk entry in the object destructorChris Robinson2013-12-201-0/+4
* Better protect against improper alSoundfontSamplesSOFT callsChris Robinson2013-12-201-0/+1
* Add functions to set a soundfont's sample dataChris Robinson2013-12-191-0/+2
* Rename some ALsoundfont fieldsChris Robinson2013-12-191-5/+5
* Add a new ALsoundfont object typeChris Robinson2013-12-181-66/+278
* Move the base MidiSynth to a separate fileChris Robinson2013-12-171-0/+241