Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a span for the effect state's output target | Chris Robinson | 2019-06-05 | 1 | -2/+1 |
* | Make some more channel counts unsigned | Chris Robinson | 2019-06-05 | 1 | -1/+1 |
* | Use span<FloatBufferLine> for EffectState::process output | Chris Robinson | 2019-05-29 | 1 | -1/+2 |
* | Use FloatBufferLine for the effect process method | Chris Robinson | 2019-05-29 | 1 | -1/+1 |
* | Use std::array for most mixing buffer arrays | Chris Robinson | 2019-05-28 | 1 | -1/+1 |
* | Rename and move ALeffectProps | Chris Robinson | 2019-03-22 | 1 | -12/+115 |
* | Pass ALeffectProps directly to the get/setParam* methods | Chris Robinson | 2019-03-22 | 1 | -9/+9 |
* | Use the effect state factory to set the default effect props | Chris Robinson | 2019-03-22 | 1 | -0/+84 |