aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alPreset.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow getting preset properties even when referencedChris Robinson2014-01-121-2/+0
|
* Add storage for a default soundfont objectChris Robinson2014-01-031-2/+2
|
* Move some preset alloc/dealloc code to separate functionsChris Robinson2014-01-021-25/+71
|
* Add methods to set and get sounds on a presetChris Robinson2013-12-251-0/+62
|
* Do not allow deleting preset or instrument ID 0Chris Robinson2013-12-241-3/+0
|
* Do not accept preset or instrument ID 0 as validChris Robinson2013-12-231-2/+1
|
* Add methods to get and set a preset object's preset and bank numbersChris Robinson2013-12-231-0/+100
|
* Free thunk entry in the object destructorChris Robinson2013-12-201-3/+0
|
* Call the right delete method when generating presets failsChris Robinson2013-12-191-2/+2
|
* Move the soundfont and preset extension functions to separate sourcesChris Robinson2013-12-191-0/+141