aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSoundfont.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow for device-specific config valuesChris Robinson2015-08-281-1/+1
|
* Avoid unnecessary uses of ExchangeInt/PtrChris Robinson2015-02-041-9/+9
|
* Make the fontsound's buffer and link fields atomicChris Robinson2014-09-031-3/+4
|
* 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
| | | | | | This allows multiple soundfont files to be "patched" together to create a single soundfont. For instance a GM soundfont with a separate soundfont for GS-only additions.
* 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
| | | | | Also remove ALsoundfont's now-unneeded sample storage functions and struct fields.
* Make RefCount a non-integer typeChris Robinson2014-05-141-7/+7
| | | | | It should only be accessed through the appropriate functions to ensure proper atomicity.
* 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
| | | | | 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