comparison CHANGELOG @ 490:703da7b180e8

Update CHANGELOG
author Chris Cannam
date Fri, 24 Feb 2017 15:14:54 +0000
parents 14b34e85523b
children 2dbb3f920abc
comparison
equal deleted inserted replaced
489:7a393db13c75 490:703da7b180e8
1
2 Version 2.7, 2017-02-24 (maintenance and minor feature release)
3
4 * Add ability to PluginLoader to list plugins only in (or not in)
5 certain library files
6 * Fix fixed-sample-rate output timestamps in printout from the
7 simple host, and add regression test script using test plugin
8 * Switch the convenience FFT interface for plugin usage from the
9 very slow reference implementation previously provided, to the
10 somewhat faster KissFFT
11 * Add a top-secret compiler flag to switch internal FFTs to single-
12 precision only
13 * Fix some small but long-standing memory leaks and minor bugs
1 14
2 Version 2.6, 2015-06-16 (maintenance and minor feature release) 15 Version 2.6, 2015-06-16 (maintenance and minor feature release)
3 16
4 * Add a simple C-linkage API for plugin library discovery and 17 * Add a simple C-linkage API for plugin library discovery and
5 loading -- the missing part when trying to use Vamp plugins from C 18 loading -- the missing part when trying to use Vamp plugins from C