| Commit message (Expand) | Author | Age | Files | Lines |
* | Use standard complex types instead of custom | Chris Robinson | 2018-11-17 | 2 | -77/+65 |
* | Make the Hann windows const | Chris Robinson | 2018-11-17 | 2 | -111/+110 |
* | Convert fshifter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -9/+13 |
* | Convert modulator.c to C++ | Chris Robinson | 2018-11-17 | 1 | -9/+12 |
* | Convert null.c to C++ | Chris Robinson | 2018-11-17 | 1 | -7/+14 |
* | Convert pshifter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -9/+14 |
* | Convert the reverb effect to C++ | Chris Robinson | 2018-11-16 | 1 | -18/+22 |
* | Make the polymorphic allocators allocate cleared memory | Chris Robinson | 2018-11-02 | 1 | -1/+1 |
* | Fix some uses of RESTRICT | Chris Robinson | 2018-10-29 | 1 | -1/+1 |
* | Replace restrict with RESTRICT | Chris Robinson | 2018-10-29 | 12 | -49/+49 |
* | Don't scale the reverb fade counter so much | Chris Robinson | 2018-09-30 | 1 | -5/+6 |
* | Only compare the reverb params that induce a need for fading | Chris Robinson | 2018-09-23 | 1 | -23/+41 |
* | Clear reverb gain coefficients when doing a device update | Chris Robinson | 2018-09-23 | 1 | -0/+49 |
* | Rename ALreverbState to ReverbState | Chris Robinson | 2018-09-23 | 1 | -23/+23 |
* | Remove another duplicate function | Chris Robinson | 2018-09-19 | 11 | -28/+26 |
* | Add macros for commonly used square roots | Chris Robinson | 2018-09-19 | 1 | -7/+6 |
* | The last reverb loop update doesn't need an aligned count. | Chris Robinson | 2018-09-11 | 1 | -4/+7 |
* | Ensure the max reverb update size is a multiple of 4 | Chris Robinson | 2018-09-11 | 1 | -2/+4 |
* | Separate the delay line feeding from reading | Chris Robinson | 2018-09-10 | 1 | -2/+4 |
* | Avoid a couple line count assumptions | Chris Robinson | 2018-09-10 | 1 | -2/+2 |
* | Combine identical loops into a separate function | Chris Robinson | 2018-09-10 | 1 | -46/+21 |
* | Handle the early reflection delay separate from late refeed | Chris Robinson | 2018-09-10 | 1 | -57/+40 |
* | Include the mid-band decay with the density gain | Chris Robinson | 2018-08-31 | 1 | -7/+7 |
* | Calcualte and use the maximum reverb update size | Chris Robinson | 2018-08-31 | 1 | -6/+14 |
* | Apply the decay gain when reading from the late line | Chris Robinson | 2018-08-31 | 1 | -10/+17 |
* | Don't modify the late reverb density with the echo parameters | Chris Robinson | 2018-08-30 | 1 | -13/+7 |
* | Avoid making extraneous calls | Chris Robinson | 2018-08-26 | 1 | -3/+3 |
* | Pack two arrays into one | Chris Robinson | 2018-08-26 | 1 | -6/+10 |
* | Further limit the upper frequency range for autowah | Chris Robinson | 2018-08-26 | 1 | -1/+1 |
* | Use second-order biquad filters for the reverb's T60 decay | Chris Robinson | 2018-08-12 | 1 | -309/+18 |
* | Store the reverb state offset locally while processing | Chris Robinson | 2018-08-11 | 1 | -16/+14 |
* | Correctly apply reverb coefficient fading over the entire fade length | Chris Robinson | 2018-08-09 | 1 | -23/+25 |
* | Crossfade the early reflections delay coefficients | Chris Robinson | 2018-08-08 | 1 | -30/+50 |
* | Apply late reverb density gain on late reverb input | Chris Robinson | 2018-08-08 | 1 | -15/+30 |
* | Specify both scale values to FadedDelayLineOut | Chris Robinson | 2018-08-08 | 1 | -9/+17 |
* | Use the correct input channel for the compressor effect | Chris Robinson | 2018-08-08 | 1 | -1/+1 |
* | Properly set early reflection all-pass coefficient | Chris Robinson | 2018-08-06 | 1 | -3/+7 |
* | Make the all-pass coefficient part of the all-pass structure | Chris Robinson | 2018-08-06 | 1 | -22/+17 |
* | Prevent the autowah filter frequency from reaching nyquist | Chris Robinson | 2018-08-06 | 1 | -1/+1 |
* | Apply the vector all-pass separate on uninterleaved samples | Chris Robinson | 2018-08-05 | 1 | -159/+310 |
* | Apply the reverb's T60 filter in groups of samples | Chris Robinson | 2018-08-05 | 1 | -54/+78 |
* | Mix reverb samples right after generating them | Chris Robinson | 2018-08-04 | 1 | -31/+36 |
* | Scale the reverb decay weights to cover up to 20khz | Chris Robinson | 2018-08-03 | 1 | -11/+16 |
* | Apply late reverb density gain adjustment on output | Chris Robinson | 2018-08-01 | 1 | -22/+17 |
* | Fix late reverb density gain blend weights | Chris Robinson | 2018-08-01 | 1 | -4/+4 |
* | Use just the omnidirectional response for the compressor effect | Chris Robinson | 2018-07-29 | 1 | -64/+58 |
* | Inline the autowah peaking filter processing | Chris Robinson | 2018-07-28 | 1 | -39/+74 |
* | Mark a couple parameters as unused | Chris Robinson | 2018-07-25 | 1 | -1/+1 |
* | EFX: Enable 3D processing | Raulshc | 2018-07-25 | 1 | -20/+17 |
* | EFX: Add 3D processing for autowah | Raulshc | 2018-07-25 | 1 | -36/+55 |