aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcModulator.c
Commit message (Expand)AuthorAgeFilesLines
* Apply the slot gain during the effect update methodChris Robinson2011-07-161-24/+22
* Pass the effect slot to the effect update methodChris Robinson2011-07-161-6/+6
* Get rid of a couple typedefsChris Robinson2011-07-021-1/+1
* Use a template function to handle processing ring modulator typesChris Robinson2011-07-011-54/+60
* Store the separate effect parameters in a unionChris Robinson2011-05-201-5/+6
* Rename OUTPUTCHANNELS to something more descriptiveChris Robinson2010-12-011-3/+3
* Output on available channels only, for the echo and modulator effectsChris Robinson2010-08-091-13/+18
* Scale output of effects to compensate for device down-mixingChris Robinson2010-05-121-3/+9
* Use a linear scaling when sending multi-channel sources to auxiliary slotsChris Robinson2010-04-111-7/+3
* Scale the ring modulator's mono input when expanding to multi-channelChris Robinson2010-04-081-9/+15
* Modulate with the requested waveform in the ring modulatorChris Robinson2010-04-081-12/+86
* Implement a basic high-pass cutoff filter in the ring modulatorChris Robinson2010-04-081-6/+28
* Implement a skeleton Ring Modulator effectChris Robinson2010-04-081-0/+96