aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/null.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass a pointer to the input samples array for effect processingChris Robinson2016-01-271-1/+1
|
* Separate calculating ambisonic coefficients from the panning gainsChris Robinson2016-01-251-1/+1
|
* Pas the output device channel count to ALeffectState::processChris Robinson2014-11-071-4/+1
|
* Use a void* for the effect state Delete method paramChris Robinson2014-03-211-4/+14
|
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-13/+6
|
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-4/+4
|
* Use the UNUSED macro in the effectsChris Robinson2013-10-071-39/+15
|
* Fix up the naming convention of effect methodsChris Robinson2013-05-291-11/+11
|
* Cleanup the ALeffectStateFactory_create methodsChris Robinson2013-05-271-1/+2
| | | | | Get rid of the ALeffectStateFactory_create macro, and use the VCALL_NOARGS helper (requires adding the 'this' factory parameter).
* Use the helper macros in more placesChris Robinson2013-05-261-24/+24
|
* Use a Delete method for deletable objectsChris Robinson2013-05-251-13/+3
|
* Update the Null effect so it can act as a guide to new effectsChris Robinson2013-05-251-11/+100
|
* Use vtables for setting effect propertiesChris Robinson2013-05-241-8/+10
|
* Move the AL_EFFECT_NULL state into a separate fileChris Robinson2013-05-231-0/+104