Mercurial > hg > vamp-plugin-sdk
annotate CHANGELOG @ 241:70e6826adc64
* Add Power Spectrum example plugin
author | cannam |
---|---|
date | Mon, 10 Nov 2008 17:28:54 +0000 |
parents | 0b9cdcc900ad |
children | 2fa6932ab195 |
rev | line source |
---|---|
cannam@164 | 1 |
cannam@164 | 2 Version 1.3, 2008-07-09 (maintenance release): |
cannam@164 | 3 |
cannam@164 | 4 * PluginBufferingAdapter has several important fixes to bugs that |
cannam@164 | 5 could cause incorrect timings or output descriptors to be returned |
cannam@164 | 6 * Conversion between real-time and frames has been improved to avoid |
cannam@164 | 7 rounding error in round-trip calculations |
cannam@164 | 8 * Plugin lookup no longer relies on non-portable DT_REG |
cannam@164 | 9 * The SDK now compiles with gcc 4.3 |
cannam@164 | 10 |
cannam@164 | 11 Version 1.2, 2008-02-28 (feature release): |
cannam@164 | 12 |
cannam@164 | 13 * New PluginBufferingAdapter, which hosts may use to avoid having to |
cannam@164 | 14 negotiate the plugin's preferred input step and block sizes |
cannam@164 | 15 |
cannam@164 | 16 Version 1.1, 2007-08-24 (feature release): |
cannam@164 | 17 |
cannam@164 | 18 * New Vamp::HostExt namespace |
cannam@164 | 19 * PluginLoader class, which handles enumeration, loading and category |
cannam@164 | 20 management for plugins on the local system |
cannam@164 | 21 * PluginInputDomainAdapter, which provides the capability for a host |
cannam@164 | 22 to support frequency-domain plugins without needing to worry about |
cannam@164 | 23 domain conversion |
cannam@164 | 24 * PluginChannelAdapter, which transparently deals with plugins that |
cannam@164 | 25 expect different numbers of audio channels from the number available |
cannam@164 | 26 * Minor beauty-and-truth updates and documentation fixes |
cannam@164 | 27 |
cannam@164 | 28 Version 1.0, 2007-03-21: |
cannam@164 | 29 |
cannam@164 | 30 * First official release |
cannam@164 | 31 |