aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSoundfont.c
Commit message (Expand)AuthorAgeFilesLines
* Make some functions staticChris Robinson2014-07-201-4/+4
* Load the default soundfont as a comma-separate list of filenameChris Robinson2014-07-191-6/+27
* Allow ALsoundfont_deleteSoundfont to handle multiple buffersChris Robinson2014-07-061-10/+20
* Standardize some New/Delete methodsChris Robinson2014-06-301-5/+4
* Load soundfont samples into an ALbufferChris Robinson2014-06-291-153/+13
* Make RefCount a non-integer typeChris Robinson2014-05-141-7/+7
* Avoid memory leak if preset ID lookup failsChris Robinson2014-04-141-0/+1
* Use OpenDataFile to load soundfonts relative to data directoriesChris Robinson2014-02-271-1/+1
* Add a method to get soundfont samplesChris Robinson2014-01-131-0/+35
* Move some soundfont methods to ALsoundfontChris Robinson2014-01-051-2/+98
* Allow "deleting" the default soundfontChris Robinson2014-01-041-5/+17
* Allow querying default soundfont propertiesChris Robinson2014-01-041-7/+19
* Move ALsoundfont methods to the right source fileChris Robinson2014-01-031-0/+38
* Move alLoadSoundfontSOFT to alSoundfont.cChris Robinson2014-01-021-0/+42
* Allow querying the soundfont sample length and format typeChris Robinson2013-12-241-0/+8
* Unlock the soundfont earlier after switching preset listsChris Robinson2013-12-231-2/+1
* Add methods to get and set presets on a soundfontChris Robinson2013-12-231-0/+93
* Free thunk entry in the object destructorChris Robinson2013-12-201-3/+0
* Better protect against improper alSoundfontSamplesSOFT callsChris Robinson2013-12-201-9/+20
* Add functions to set a soundfont's sample dataChris Robinson2013-12-191-1/+80
* Move the soundfont and preset extension functions to separate sourcesChris Robinson2013-12-191-0/+141