Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the effect state's Destroy method to Destruct | Chris Robinson | 2013-05-21 | 1 | -2/+2 |
* | Use factories to create and destroy effect states | Chris Robinson | 2013-05-21 | 1 | -4/+41 |
* | Auto-generate wrappers to upcast objects before calling user methods | Chris Robinson | 2013-05-21 | 1 | -8/+5 |
* | Use macros to help define vtables for effect states | Chris Robinson | 2013-05-21 | 1 | -11/+8 |
* | Avoid storing the device frequency in the distortion state | Chris Robinson | 2013-05-21 | 1 | -7/+5 |
* | Rename some inheritance macros | Chris Robinson | 2013-05-21 | 1 | -9/+9 |
* | Process 64 samples at a time for some effects | Chris Robinson | 2013-05-20 | 1 | -69/+88 |
* | Use some macros to help with deriving types | Chris Robinson | 2013-05-20 | 1 | -12/+10 |
* | Clear all the old channel gains to 0 before setting them | Chris Robinson | 2013-05-20 | 1 | -1/+3 |
* | Avoid recalculating the same coefficient | Chris Robinson | 2013-05-19 | 1 | -11/+9 |
* | Implement distortion and equalizer effects | Chris Robinson | 2013-05-18 | 1 | -0/+356 |