aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSoundfont.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The ID remains valid and the soundfont will be reloaded as needed, but this provides a way for the application to clear up the soundfont memory.
* Allow querying default soundfont propertiesChris Robinson2014-01-041-7/+19
| | | | | Any attempts to modify it or its held objects will result in an AL_INVALID_OPERATION error.
* 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