comparison CHANGELOG @ 397:14b34e85523b

Updates for v2.6
author Chris Cannam
date Tue, 16 Jun 2015 10:26:12 +0100
parents 3649dd60d2b1
children 703da7b180e8
comparison
equal deleted inserted replaced
396:0d9d6a7d6ca8 397:14b34e85523b
1
2 Version 2.6, 2015-06-16 (maintenance and minor feature release)
3
4 * Add a simple C-linkage API for plugin library discovery and
5 loading -- the missing part when trying to use Vamp plugins from C
6 or a language with only C-linkage foreign-function interface
7 * Fix bug in PluginBufferingAdapter reset() function, which failed
8 to reset timestamp rewrites (symptom: timestamps appeared to
9 continue to ascend from end point on next run after a reset)
10 * Fix sometime 1-sample rounding error in PluginInputDomainAdapter
11 * Update build files for more recent OS versions
12 * Add -L option to simple host, as synonym for --list-full
13 * Add a combined Visual C++ solution that includes the plugin SDK,
14 host SDK, example plugins, and simple host projects
15
1 Version 2.5, 2013-05-08 (maintenance release): 16 Version 2.5, 2013-05-08 (maintenance release):
2 17
3 * Fix incorrect handling of FixedSampleRate outputs in the 18 * Fix incorrect handling of FixedSampleRate outputs in the
4 PluginBufferingAdapter. Un-timestamped features on these outputs 19 PluginBufferingAdapter. Un-timestamped features on these outputs
5 were incorrectly being timestamped from the process timestamp, 20 were incorrectly being timestamped from the process timestamp,