aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcDedicated.c
Commit message (Expand)AuthorAgeFilesLines
* Use ComputeAngleGains for the echo and dedicated effectsChris Robinson2012-04-281-9/+1
* Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2Chris Robinson2012-04-281-1/+1
* Pass a device to the effect update functionsChris Robinson2012-03-131-2/+1
* Rename SpeakerGain to ChannelGainChris Robinson2012-02-101-3/+3
* Remove the effect slot parameter from the effect process methodChris Robinson2011-09-121-2/+1
* Remove the union from the effect parameter typesChris Robinson2011-09-111-1/+1
* Combine the dedicated (dialog/LFE) effectsChris Robinson2011-09-011-38/+13
* Apply the slot gain during the effect update methodChris Robinson2011-07-161-5/+12
* Pass the effect slot to the effect update methodChris Robinson2011-07-161-4/+4
* Use a multi-dimensional array for the panning LUTChris Robinson2011-05-211-1/+1
* Dedicated dialog should go in frontChris Robinson2011-05-201-1/+1
* Store the separate effect parameters in a unionChris Robinson2011-05-201-2/+2
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-121-0/+131