comparison README @ 423:8c45dee08a95 vampipe

Add PluginConfiguration, PluginStaticData, and LoadRequest structures, and use them in PluginLoader
author Chris Cannam
date Thu, 12 May 2016 12:22:02 +0100
parents 14b34e85523b
children abdf03252c8a
comparison
equal deleted inserted replaced
422:9a2998401bbe 423:8c45dee08a95
8 8
9 Vamp is an API for C and C++ plugins that process sampled audio data 9 Vamp is an API for C and C++ plugins that process sampled audio data
10 to produce descriptive output (measurements or semantic observations). 10 to produce descriptive output (measurements or semantic observations).
11 11
12 This is version 2.6 of the Vamp plugin Software Development Kit. 12 This is version 2.6 of the Vamp plugin Software Development Kit.
13
14 Plugins and hosts built with this SDK are binary compatible with those
15 built using any version 2.0 or newer of the SDK.
13 16
14 Plugins and hosts built with this SDK are binary compatible with those 17 Plugins and hosts built with this SDK are binary compatible with those
15 built using version 1.0 of the SDK, with certain restrictions. See 18 built using version 1.0 of the SDK, with certain restrictions. See
16 the file README.compat for more details. 19 the file README.compat for more details.
17 20
246 ======= 249 =======
247 250
248 Vamp and the Vamp SDK were designed and made at the Centre for Digital 251 Vamp and the Vamp SDK were designed and made at the Centre for Digital
249 Music at Queen Mary, University of London. 252 Music at Queen Mary, University of London.
250 253
251 The SDK was written by Chris Cannam, copyright (c) 2005-2015 254 The SDK was written by Chris Cannam, copyright (c) 2005-2016
252 Chris Cannam and QMUL. 255 Chris Cannam and QMUL.
253 256
254 Mark Sandler and Christian Landone provided ideas and direction, and 257 Mark Sandler and Christian Landone provided ideas and direction, and
255 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing 258 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing
256 and other input for the 1.0 API and SDK. The API also uses some ideas 259 and other input for the 1.0 API and SDK. The API also uses some ideas