Mercurial > hg > vamp-plugin-sdk
log
age | author | description |
---|---|---|
2007-03-21 | cannam | * Some doc updates |
2007-03-12 | cannam | * Fix from Craig Sapp for incorrect mixdown code |
2007-03-02 | cannam | * Split out the host adapter code into a separate host sdk library. vamp-plugin-sdk-v1.0pre1 |
2007-02-27 | cannam | * Add a structure for API versioning |
2007-02-26 | cannam | * Rename "name" and "description" to "identifier" and "name"; add new |
2007-01-25 | cannam | * isnan -> std::isnan, likewise isinf |
2006-12-08 | cannam | * Change input buffers arg to process from float ** to const float *const * |
2006-11-30 | cannam | * Fix a delete/delete[] mismatch |
2006-11-10 | cannam | * add output names as well as descriptions |
2006-11-01 | cannam | ... 1.0 |
2006-10-31 | cannam | * Update version number to 1.0, some textual tweaks |
2006-10-30 | cannam | * fix to step size for frequency domain plugins |
2006-10-11 | cannam | * Add Dan Stowell's simple implementation of the SuperCollider amplitude |
2006-10-09 | cannam | * Add plugin path traversal and plugin listing option to vamp-simple-host |