Mercurial > hg > vamp-plugin-sdk
comparison CHANGELOG @ 419:55de53d7c777
Merge
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2016 12:21:23 +0000 |
parents | 14b34e85523b |
children | 703da7b180e8 |
comparison
equal
deleted
inserted
replaced
418:a13635e9c440 | 419:55de53d7c777 |
---|---|
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, |