aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alPreset.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the MIDI codeChris Robinson2015-10-201-339/+0
| | | | | | | The extension's not going anywhere, and it can't do anything fluidsynth can't. The code maintenance and bloat is not worth keeping around, and ideally the AL API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at- time, etc).
* Make a function staticChris Robinson2014-07-041-2/+2
|
* Standardize some New/Delete methodsChris Robinson2014-06-301-4/+3
|
* Make RefCount a non-integer typeChris Robinson2014-05-141-5/+5
| | | | | It should only be accessed through the appropriate functions to ensure proper atomicity.
* 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