Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use macros to help define vtables for effect states | Chris Robinson | 2013-05-21 | 1 | -11/+8 |
* | The effect state being destroyed can't be NULL | Chris Robinson | 2013-05-21 | 1 | -8/+6 |
* | Rename some inheritance macros | Chris Robinson | 2013-05-21 | 1 | -9/+9 |
* | Pre-scale the chorus and flanger delays to be in samples | Chris Robinson | 2013-05-21 | 1 | -17/+10 |
* | Avoid storing some chorus and flanger properties in the effect state | Chris Robinson | 2013-05-21 | 1 | -17/+15 |
* | Process 64 samples at a time for chorus and flanger effects | Chris Robinson | 2013-05-20 | 1 | -48/+65 |
* | Split flanger delay calculation into separate methods | Chris Robinson | 2013-05-20 | 1 | -69/+60 |
* | Use some macros to help with deriving types | Chris Robinson | 2013-05-20 | 1 | -12/+10 |
* | Remove unnecessary NULL checks | Chris Robinson | 2013-03-13 | 1 | -11/+7 |
* | Add Chorus and Flanger effects | Chris Robinson | 2013-03-13 | 1 | -0/+395 |