Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -3/+2 |
| | |||||
* | Allow getting and setting reverb parameters, as well as setting reverb effects | Chris Robinson | 2008-01-15 | 1 | -49/+293 |
| | | | | Reverb is still not implemented. The parameters just no-op for now. | ||||
* | Fix allocation of multiple effect slots, effects, and filters | Chris Robinson | 2008-01-15 | 1 | -0/+2 |
| | |||||
* | Fix some copy/paste errors | Chris Robinson | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -0/+2 |
| | |||||
* | Don't allow properties on effect and filter name 0 | Chris Robinson | 2007-12-18 | 1 | -8/+8 |
| | |||||
* | Implement AL_EFFECT_TYPE property | Chris Robinson | 2007-12-18 | 1 | -8/+23 |
| | | | | Only the null effect type is accepted, right now | ||||
* | Don't attempt to free null effects or filters | Chris Robinson | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | 0 is a valid filter and effect name | Chris Robinson | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+368 |