aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
Commit message (Expand)AuthorAgeFilesLines
* Handle fontsound sample types using explicit enum valuesChris Robinson2014-01-151-0/+2
* 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-131-0/+2
* Add a method to get the current MIDI stateChris Robinson2014-01-121-0/+1
* Load soundfont modulators into FluidSynthChris Robinson2014-01-061-2/+2
* Add methods to get and set modulator properties on fontsoundsChris Robinson2014-01-051-0/+41
* Add storage for a default soundfont objectChris Robinson2014-01-031-0/+3
* Move some error macros to alError.hChris Robinson2014-01-021-16/+0
* Update soundfont selection functionsChris Robinson2013-12-291-4/+4
* Add the last remaining "real-time" propertiesChris Robinson2013-12-291-0/+6
* Add chorus and reverb send propertiesChris Robinson2013-12-291-0/+2
* Add pan and attenuation propertiesChris Robinson2013-12-291-0/+2
* Add tuning propertiesChris Robinson2013-12-291-0/+3
* Add filter propertiesChris Robinson2013-12-291-0/+4
* Add modulation envelope propertiesChris Robinson2013-12-291-0/+8
* Add a few more pitch propertiesChris Robinson2013-12-291-0/+3
* Add volume envelope propertiesChris Robinson2013-12-291-0/+8
* Add support for the fontsound loop modeChris Robinson2013-12-291-0/+3
* Add alLoadSoundfontSOFT to load a soundfont via callbackChris Robinson2013-12-281-0/+2
* Add a method to set and get soundfontsChris Robinson2013-12-271-4/+12
* Allow specifying some fontsound sample propertiesChris Robinson2013-12-261-0/+9
* Allow specifying key and velocity ranges on fontsoundsChris Robinson2013-12-261-0/+10
* Add methods to set and get sounds on a presetChris Robinson2013-12-251-0/+4
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-251-10/+0
* Add a new fontsound object typeChris Robinson2013-12-251-0/+11
* Allow querying the soundfont sample length and format typeChris Robinson2013-12-241-0/+1
* Add methods to get and set presets on a soundfontChris Robinson2013-12-231-2/+8
* Add methods to get and set a preset object's preset and bank numbersChris Robinson2013-12-231-0/+9
* Add functions to set a soundfont's sample dataChris Robinson2013-12-191-0/+7
* Allow creating instrument objectsChris Robinson2013-12-191-0/+9
* Add methods to create and destroy presetsChris Robinson2013-12-191-0/+9
* Make alIsSoundfontSOFT check soundfont IDsChris Robinson2013-12-181-2/+2
* Add a new ALsoundfont object typeChris Robinson2013-12-181-0/+7
* Add a alMidiResetSOFT method to reset the synthChris Robinson2013-12-131-0/+2
* Add methods to set and get the MIDI gainChris Robinson2013-11-301-0/+3
* Add a method to check if a file is a soundfontChris Robinson2013-11-301-0/+2
* Add a method to specifying MIDI SysEx messagesChris Robinson2013-11-291-0/+2
* Add a method to stop MIDI playbackChris Robinson2013-11-281-0/+2
* Add a method to load a soundfontChris Robinson2013-11-281-0/+2
* Start a MIDI interface extensionChris Robinson2013-11-281-0/+24
* Add a MidiSynth interface for devicesChris Robinson2013-11-271-0/+3
* Ensure UINT64_MAX is definedChris Robinson2013-11-271-0/+4
* Move ALfloatBUFFERSIZE to a common locationChris Robinson2013-11-271-0/+9
* Add a macro for GCC to ensure stack alignmentChris Robinson2013-11-251-0/+10
* Include strings.h when availableChris Robinson2013-11-051-0/+4
* Remove the Lock and Unlock methods from BackendFuncsChris Robinson2013-11-041-5/+0
* Move some inline methods to their appropriate headersChris Robinson2013-11-041-26/+0
* Use C99 inline in more placesChris Robinson2013-11-041-17/+17
* Rename VCALL and VCALL0 to V and V0Chris Robinson2013-11-021-4/+4