aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSoundfont.c
Commit message (Expand)AuthorAgeFilesLines
* 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