aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcDedicated.c
Commit message (Collapse)AuthorAgeFilesLines
* 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