aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alAuxEffectSlot.h
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused fieldChris Robinson2012-04-191-2/+0
* Use a consistent name for the self-id fieldChris Robinson2012-04-191-2/+2
* Pass the device to InitializeEffect and return the error enum from itChris Robinson2012-03-131-1/+1
* Pass a device to the effect update functionsChris Robinson2012-03-131-1/+1
* Avoid duplicating some initialization codeChris Robinson2012-01-201-2/+2
* Add a global option to apply a reverb effect on source send 0Chris Robinson2012-01-191-0/+1
* Rename the ALEffect_ macros to ALeffectState_ to reflect what they work onChris Robinson2011-09-121-4/+4
* Remove the effect slot parameter from the effect process methodChris Robinson2011-09-121-5/+5
* Avoid holding the context lock when setting auxiliary slot propertiesChris Robinson2011-09-111-3/+3
* Combine the reverb effectsChris Robinson2011-09-011-2/+1
* Combine the dedicated (dialog/LFE) effectsChris Robinson2011-09-011-2/+1
* Use the reference counting functions for the buffer and auxiliary slot refsChris Robinson2011-08-291-1/+1
* Use an enum instead of an boolean for some flagsChris Robinson2011-08-291-1/+1
* Pass the effect slot to the effect update methodChris Robinson2011-07-161-1/+1
* Allow effect slots to be updated asynchronouslyChris Robinson2011-07-161-0/+1
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-121-0/+2
* Rename OUTPUTCHANNELS to something more descriptiveChris Robinson2010-12-011-1/+1
* Handle clicks by watching changes between updatesChris Robinson2010-08-161-0/+1
* Add click removal for wet sendsChris Robinson2010-08-151-0/+2
* Implement a skeleton Ring Modulator effectChris Robinson2010-04-081-0/+1
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-231-13/+0
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-13/+13
* Add EFX types and enums to alext.hChris Robinson2010-03-091-6/+0
* Handle NULL effect objects as AL_EFFECT_NULL effectsChris Robinson2009-11-051-0/+1
* Add a method to update device-dependant effect parameters.Chris Robinson2009-10-201-0/+2
* Be context-agnostic in the effect Create functionsChris Robinson2009-10-191-4/+4
* Apply slot gain on slot output, not inputChris Robinson2009-05-291-5/+5
* Don't expose effect-specific structuresChris Robinson2009-05-291-4/+19
* Add the Echo effectChris Robinson2009-04-121-0/+2
* Move the WetBuffer into the effect slot objectChris Robinson2009-04-111-0/+2
* Implement a new reverb effectChris Robinson2008-11-161-9/+2
* Don't export extension function symbols from the libChris Robinson2008-09-061-13/+13
* Implement yet another low-pass filterChris Robinson2008-07-251-2/+4
* Implement AL_EFFECT_REVERBChris Robinson2008-01-181-0/+9
* Keep track of references to effect slots, so they aren't deleted while in useChris Robinson2008-01-161-0/+2
* Store effect slots in the contextChris Robinson2008-01-151-1/+1
* Don't append _struct to the effect slot struct nameChris Robinson2008-01-151-2/+2
* Remove unneeded struct memberChris Robinson2007-12-181-3/+0
* Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented)Chris Robinson2007-12-181-0/+1
* Implement AL_EFFECTSLOT_GAIN propertyChris Robinson2007-12-181-0/+2
* Implement AL_EFFECTSLOT_EFFECT propertyChris Robinson2007-12-181-0/+3
* Add auxiliary effect slot function skeletonsChris Robinson2007-12-171-0/+47