aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Rename aftertouch to keypressureChris Robinson2014-01-173-8/+8
* Use a proper struct for envelope propertiesChris Robinson2014-01-172-26/+19
* Handle fontsound sample types using explicit enum valuesChris Robinson2014-01-152-2/+4
* Add a flag to specify the device being pausedChris Robinson2014-01-151-0/+3
* Add an extension to pause audio processingChris Robinson2014-01-151-0/+10
* Add a method to get soundfont samplesChris Robinson2014-01-132-0/+37
* Allow getting preset properties even when referencedChris Robinson2014-01-121-2/+0
* Minor non-functional cleanupChris Robinson2014-01-121-5/+5
* Add a method to get the current MIDI stateChris Robinson2014-01-122-0/+27
* Load soundfont modulators into FluidSynthChris Robinson2014-01-061-2/+2
* Add methods to get and set modulator properties on fontsoundsChris Robinson2014-01-053-3/+233
* Move some soundfont methods to ALsoundfontChris Robinson2014-01-052-2/+100
* Allow "deleting" the default soundfontChris Robinson2014-01-041-5/+17
* Allow querying default soundfont propertiesChris Robinson2014-01-041-7/+19
* Don't allow min key/vel ranges to exceed max rangeChris Robinson2014-01-031-2/+2
* Allow selecting the default soundfont using ID 0Chris Robinson2014-01-031-1/+1
* Add storage for a default soundfont objectChris Robinson2014-01-034-4/+8
* Move ALsoundfont methods to the right source fileChris Robinson2014-01-031-0/+38
* Avoid using alFontsoundiSOFT when loading a soundfontChris Robinson2014-01-032-201/+210
* Use a uint map for modulatorsChris Robinson2014-01-022-10/+15
* Mostly load into fontsound objects directlyChris Robinson2014-01-022-26/+127
* Move some error macros to alError.hChris Robinson2014-01-022-16/+15
* Move some preset alloc/dealloc code to separate functionsChris Robinson2014-01-022-28/+73
* Move alLoadSoundfontSOFT to alSoundfont.cChris Robinson2014-01-022-42/+42
* Don't allow soundfonts with existing presets in alLoadSoundfontSOFTChris Robinson2014-01-011-0/+5
* Pass the ALsoundfont object to loadSf2, rather than its IDChris Robinson2014-01-011-1/+28
* Remove explicit locking from alMidiSoundfontvSOFT.Chris Robinson2013-12-291-2/+0
* Update soundfont selection functionsChris Robinson2013-12-292-29/+7
* Lock the device while selecting soundfontsChris Robinson2013-12-291-0/+2
* Add the last remaining "real-time" propertiesChris Robinson2013-12-293-0/+68
* Add chorus and reverb send propertiesChris Robinson2013-12-293-0/+27
* Add pan and attenuation propertiesChris Robinson2013-12-293-0/+26
* Add tuning propertiesChris Robinson2013-12-293-13/+47
* Add filter propertiesChris Robinson2013-12-293-0/+47
* Add modulation envelope propertiesChris Robinson2013-12-293-14/+76
* Add a few more pitch propertiesChris Robinson2013-12-293-0/+34
* Add volume envelope propertiesChris Robinson2013-12-293-0/+91
* Add support for the fontsound loop modeChris Robinson2013-12-293-0/+16
* Add alLoadSoundfontSOFT to load a soundfont via callbackChris Robinson2013-12-282-0/+12
* Add a method to set and get soundfontsChris Robinson2013-12-273-8/+92
* Allow specifying all 4 sample typesChris Robinson2013-12-271-1/+1
* Allow specifying some fontsound sample propertiesChris Robinson2013-12-262-1/+113
* Remove the generator listChris Robinson2013-12-261-14/+5
* Allow specifying key and velocity ranges on fontsoundsChris Robinson2013-12-262-0/+136
* Add methods to set and get sounds on a presetChris Robinson2013-12-252-0/+66
* Store a list of sounds in the presetChris Robinson2013-12-251-0/+2
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-253-208/+0
* Add methods to add generators and modulators to fontsoundsChris Robinson2013-12-251-0/+2
* Add a new fontsound object typeChris Robinson2013-12-253-0/+184
* Do not allow deleting preset or instrument ID 0Chris Robinson2013-12-242-6/+0