Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove restrict from in+out parameters | Chris Robinson | 2019-04-28 | 1 | -3/+3 |
* | Add a method to apply an HF scale without band-splitting | Chris Robinson | 2019-03-10 | 1 | -1/+35 |
* | Remove RESTRICT from the bandsplitter process method | Chris Robinson | 2019-02-21 | 1 | -1/+1 |
* | Make the band-splitter and splitter-allpass filters templated | Chris Robinson | 2019-01-06 | 1 | -22/+31 |
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -2/+2 |
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -2/+3 |
* | Rename a member variable and inline a function | Chris Robinson | 2018-12-08 | 1 | -6/+3 |
* | Inline a simple method | Chris Robinson | 2018-12-08 | 1 | -7/+0 |
* | Use class methods for BandSplitter and SplitterAllpass filters | Chris Robinson | 2018-12-05 | 1 | -33/+30 |
* | Avoid using AL types with the filters | Chris Robinson | 2018-12-04 | 1 | -9/+9 |
* | Avoid some more explicit loops in the filters | Chris Robinson | 2018-12-04 | 1 | -37/+29 |
* | Convert the band-split filter to C++ | Chris Robinson | 2018-11-03 | 1 | -0/+109 |