Mercurial > hg > vamp-plugin-sdk
diff README @ 397:14b34e85523b
Updates for v2.6
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2015 10:26:12 +0100 |
parents | 763370655eec |
children | 8c45dee08a95 |
line wrap: on
line diff
--- a/README Tue Jun 16 10:12:51 2015 +0100 +++ b/README Tue Jun 16 10:26:12 2015 +0100 @@ -9,7 +9,7 @@ Vamp is an API for C and C++ plugins that process sampled audio data to produce descriptive output (measurements or semantic observations). -This is version 2.5 of the Vamp plugin Software Development Kit. +This is version 2.6 of the Vamp plugin Software Development Kit. Plugins and hosts built with this SDK are binary compatible with those built using version 1.0 of the SDK, with certain restrictions. See @@ -117,6 +117,17 @@ Hosts should link with -lvamp-hostsdk. +vamp-hostsdk/host-c.h +--------------------- + +A C-linkage header wrapping the part of the C++ SDK code that handles +plugin discovery and library loading. Host programs written in C or in +a language with a C-linkage foreign function interface may choose to +use this header to discover and load plugin libraries, together with +the vamp/vamp.h formal API to interact with plugins themselves. See +the header for more documentation. + + examples -------- @@ -237,7 +248,7 @@ Vamp and the Vamp SDK were designed and made at the Centre for Digital Music at Queen Mary, University of London. -The SDK was written by Chris Cannam, copyright (c) 2005-2014 +The SDK was written by Chris Cannam, copyright (c) 2005-2015 Chris Cannam and QMUL. Mark Sandler and Christian Landone provided ideas and direction, and