annotate news.html @ 128:817c3988afc7 website tip

Add a page about the Vamp Plugin Pack, including links to download mirrors
author Chris Cannam
date Tue, 11 Aug 2020 16:41:11 +0100
parents 1982d4ba2ea3
children
rev   line source
Chris@115 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@115 2 <html>
Chris@115 3 <head>
Chris@115 4 <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/>
Chris@115 5 <link rel="icon" type="image/png" href="images/waveform.png"/>
Chris@115 6 <link rel="shortcut" type="image/png" href="images/waveform.png"/>
Chris@115 7 <title>Vamp Plugins</title>
Chris@115 8 <meta name="robots" content="index"/>
Chris@115 9 <meta name="keywords" content="vamp plugin api plugins sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction feapi vsi dssi"/>
Chris@115 10 <meta name="description" content="Vamp is a system for plugins that extract feature information from audio data."/>
Chris@115 11 <style type="text/css">h3 { clear: none; padding-top: 1em; border-top: 2px solid #ef6a35; } h3#firstnews { padding-top: 0.5em; border-top: 0px }</style>
Chris@115 12 </head>
Chris@115 13 <body>
Chris@115 14 <h1 id="header"><span>Vamp Plugins</span></h1>
Chris@115 15
Chris@115 16 <div id="nav">
Chris@115 17 <ul>
Chris@115 18 <li class="first"><a href="index.html">Home</a></li>
Chris@115 19 <li><a href="news.html">News</a></li>
Chris@115 20 <li><a href="download.html">Download Plugins</a></li>
Chris@115 21 <li><a href="develop.html">Make Plugins</a></li>
Chris@115 22 <li><a href="http://vamp-plugins.org/wiki/">Wiki</a></li>
Chris@115 23 </ul></div>
Chris@115 24
Chris@115 25 <h2 id="firstpara">News and updates</h2>
Chris@115 26
Chris@115 27 <p>News about Vamp Plugin SDK updates and some other relevant work.</p>
Chris@115 28
Chris@127 29 <a name="20191113"></a>
Chris@127 30 <h3 id="firstnews">2019&ndash;11&ndash;13 &mdash; Vamp plugin SDK v2.9 now available</h3>
Chris@127 31
Chris@127 32 <p>Version 2.9 of the Vamp plugin SDK is now available.</p>
Chris@127 33
Chris@127 34 <p>This is a bug-fix release, but it also changes the base
Chris@127 35 supported C++ standard from C++98 to C++11, hence the increase
Chris@127 36 to the minor version rather than point version. For more
Chris@127 37 details, see the changelog at</p>
Chris@127 38
Chris@127 39 <blockquote><a href="http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG" class="bbc_link" target="_blank">http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG</a></blockquote>
Chris@127 40
Chris@127 41 <a name="20190207"></a>
Chris@127 42 <h3>2019&ndash;02&ndash;07 &mdash; Vamp plugin SDK v2.8 now available</h3>
Chris@127 43
Chris@127 44 <p>Version 2.8 of the Vamp plugin SDK is now available.</p>
Chris@127 45
Chris@127 46 <p>This is a maintenance and minor feature release. For more details, see the changelog at</p>
Chris@127 47
Chris@127 48 <blockquote><a href="http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG" class="bbc_link" target="_blank">http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG</a></blockquote>
Chris@127 49
Chris@127 50 <a name="20170306"></a>
Chris@127 51 <h3>2017&ndash;03&ndash;06 &mdash; Vamp plugin SDK v2.7.1 now available</h3>
Chris@127 52
Chris@127 53 <p>Version 2.7.1 of the Vamp plugin SDK is now available.</p>
Chris@127 54
Chris@127 55 <p>This is a bug-fix release, fixing a potential crash in host
Chris@127 56 applications.</p>
Chris@127 57
Chris@115 58 <a name="20170303"></a>
Chris@127 59 <h3>2017&ndash;03&ndash;03 &mdash; Vamp plugin SDK v2.7 now available</h3>
Chris@115 60
Chris@115 61 <p>Version 2.7 of the Vamp plugin SDK is now available.</p>
Chris@115 62
Chris@115 63 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.&nbsp; Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.&nbsp; It is supported across Linux, OS/X, and Windows.</p>
Chris@115 64
Chris@115 65 <p>A documentation guide to writing plugins using the Vamp SDK can be found at <a href="http://www.vamp-plugins.org/guide.pdf" class="bbc_link" target="_blank">http://www.vamp-plugins.org/guide.pdf</a>.</p>
Chris@115 66
Chris@115 67 <p>Version 2.7 is a bugfix and minor enhancement release. For more details, see the changelog at</p>
Chris@115 68
Chris@115 69 <blockquote><a href="http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG" class="bbc_link" target="_blank">http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG</a></blockquote>
Chris@115 70
Chris@115 71 <a name="20150909"></a>
Chris@115 72 <h3>2015&ndash;09&ndash;09 &mdash; jVamp v1.3 released</h3>
Chris@115 73
Chris@115 74 <p>Announcing v1.3 of jVamp, a Java/JNI interface allowing the use of native-code Vamp plugins from host applications written in Java or other JVM languages.</p>
Chris@115 75
Chris@115 76 <p>This release simplifies the API, removing an unnecessary dispose() call and eliminating a class of native-heap memory leak.</p>
Chris@115 77
Chris@115 78 <p>See <a href="https://code.soundsoftware.ac.uk/projects/jvamp" class="bbc_link" target="_blank">https://code.soundsoftware.ac.uk/projects/jvamp</a> for more details and downloads.</p>
Chris@115 79
Chris@115 80 <h3>2015&ndash;09&ndash;09 &mdash; Vamp Test Plugin v1.1 released</h3>
Chris@115 81
Chris@115 82 <p>Version 1.1 of Vamp Test Plugin, the world's least interesting Vamp plugin, is now available.</p>
Chris@115 83
Chris@115 84 <p>Vamp Test Plugin is the equivalent of a TV test signal: it produces a set of very simple static outputs intended to help the authors of Vamp hosts check that they are handling plugin output sample types correctly. This release adds an output which is calculated from the input (to facilitate testing that input blocks are provided correctly) and a frequency-domain version of the same.</p>
Chris@115 85
Chris@115 86 <p>See <a href="https://code.soundsoftware.ac.uk/projects/vamp-test-plugin" class="bbc_link" target="_blank">https://code.soundsoftware.ac.uk/projects/vamp-test-plugin</a> for more information.</p>
Chris@115 87
Chris@115 88 <p>If you are the author of a Vamp host, you might find it useful.</p>
Chris@115 89
Chris@115 90 <h3>2015&ndash;09&ndash;09 &mdash; Vamp Plugin Tester v1.1 released</h3>
Chris@115 91
Chris@115 92 <p>Version 1.1 of the Vamp plugin tester, a program that loads and tests Vamp plugins for various common failure cases, is now available.</p>
Chris@115 93
Chris@115 94 <p>Info and downloads:</p>
Chris@115 95
Chris@115 96 <blockquote><a href="https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester" class="bbc_link" target="_blank">https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester</a></blockquote>
Chris@115 97
Chris@115 98 <p>Change log:</p>
Chris@115 99
Chris@115 100 <blockquote><a href="https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester/repository/entry/CHANGELOG" class="bbc_link" target="_blank">https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester/repository/entry/CHANGELOG</a></blockquote>
Chris@115 101
Chris@115 102 <p>The tester can't check whether you're getting the right results, but it can help you write more resilient and better-behaved plugins. It's a really good idea to run the tester on any new plugin before you release it.</p>
Chris@115 103
Chris@115 104 <p>There is some documentation in the README file, but the short version is that you run it at a command prompt with the library name and plugin name, colon-separated, as an argument:</p>
Chris@115 105
Chris@115 106 <pre>$ ./vamp-plugin-tester vamp-example-plugins:spectralcentroid</pre>
Chris@115 107
Chris@115 108 <p>... and see what it has to say about your plugins.</p>
Chris@115 109
Chris@115 110 <p>If it crashes in the middle of one of its tests, that probably means that your plugin has crashed when faced with some unexpected input. Run it in a debugger, or a memory checking utility if you have one, to find out where.<br>
Chris@115 111
Chris@115 112
Chris@115 113
Chris@115 114 <a name="20150626"></a>
Chris@115 115 <h3>2015&ndash;06&ndash;26 &mdash; Python Vamp host v1.0 released</h3>
Chris@115 116
Chris@115 117 <p>This week we released v1.0 of a Python module for loading and using Vamp plugins for audio analysis.</p>
Chris@115 118
Chris@115 119 <p>You can find it in PyPI:</p>
Chris@115 120
Chris@115 121 <blockquote><a href="https://pypi.python.org/pypi/vamp/" class="bbc_link" target="_blank">https://pypi.python.org/pypi/vamp/</a></blockquote>
Chris@115 122
Chris@115 123 <p>and the code project is here:</p>
Chris@115 124
Chris@115 125 <blockquote><a href="https://code.soundsoftware.ac.uk/projects/vampy-host" class="bbc_link" target="_blank">https://code.soundsoftware.ac.uk/projects/vampy-host</a></blockquote>
Chris@115 126
Chris@115 127 <a name="20150616"></a>
Chris@115 128 <h3>2015&ndash;06&ndash;16 &mdash; Vamp plugin SDK v2.6 now available</h3>
Chris@115 129
Chris@115 130 <p>Version 2.6 of the Vamp plugin SDK is now available.</p>
Chris@115 131
Chris@115 132 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.&nbsp; Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.&nbsp; It is supported across Linux, OS/X, and Windows.</p>
Chris@115 133
Chris@115 134 <p>A documentation guide to writing plugins using the Vamp SDK can be found at <a href="http://www.vamp-plugins.org/guide.pdf" class="bbc_link" target="_blank">http://www.vamp-plugins.org/guide.pdf</a>.</p>
Chris@115 135
Chris@115 136 <p>Version 2.6 is a bugfix and minor enhancement release. For more details, see the changelog at</p>
Chris@115 137
Chris@115 138 <blockquote><a href="http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG" class="bbc_link" target="_blank">http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG</a></blockquote>
Chris@115 139
Chris@115 140 <a name="20130516"></a>
Chris@115 141 <h3>2013&ndash;05&ndash;16 &mdash; Vamp Test Plugin v1.0 released</h3>
Chris@115 142
Chris@115 143 <p>Version 1.0 of the Vamp Test Plugin is now available.</p>
Chris@115 144
Chris@115 145 <p>This, the world's least interesting Vamp plugin, is the equivalent of a TV test signal: it produces a set of very simple static outputs intended to help the authors of Vamp hosts check that they are handling plugin output sample types correctly.</p>
Chris@115 146
Chris@115 147 <p>See <a href="https://code.soundsoftware.ac.uk/projects/vamp-test-plugin" class="bbc_link" target="_blank">https://code.soundsoftware.ac.uk/projects/vamp-test-plugin</a> for more information.</p>
Chris@115 148
Chris@115 149 <p>If you are the author of a Vamp host, you might find it useful.</p>
Chris@115 150
Chris@115 151
Chris@115 152 <a name="20130510"></a>
Chris@115 153 <h3>2013&ndash;05&ndash;10 &mdash; Vamp plugin SDK v2.5 now available</h3>
Chris@115 154
Chris@115 155 <p>Version 2.5 of the Vamp plugin SDK is now available.</p>
Chris@115 156
Chris@115 157 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.&nbsp; Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.&nbsp; It is supported across Linux, OS/X, and Windows.</p>
Chris@115 158
Chris@115 159 <p>A documentation guide to writing plugins using the Vamp SDK can be found at <a href="http://www.vamp-plugins.org/guide.pdf" class="bbc_link" target="_blank">http://www.vamp-plugins.org/guide.pdf</a>.</p>
Chris@115 160
Chris@115 161 <p>Version 2.5 is a bugfix release. For more details, see the changelog at</p>
Chris@115 162
Chris@115 163 <blockquote><a href="http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG" class="bbc_link" target="_blank">http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG</a></blockquote>
Chris@115 164
Chris@115 165 <p>The most significant fix in this release is in the host SDK, and affects the handling of output timestamps in the (little used) FixedSampleRate output type.</p>
Chris@115 166
Chris@115 167 <a name="20091028"></a>
Chris@115 168 <h3>2012&ndash;11&ndash;23 &mdash; jVamp: Vamp plugins in Java applications</h3>
Chris@115 169
Chris@115 170 <p>jVamp is a JNI (Java Native Interface) library that permits Java applications to load and use Vamp audio analysis plugins.</p>
Chris@115 171
Chris@115 172 <p>jVamp is intended for application developers who are interested in adding capabilities to Java applications or a Java environment; it's not currently something that an end-user would normally wish to install. But if you are working in Java, you might well find it interesting.</p>
Chris@115 173
Chris@115 174 <p>Note that jVamp is intended to be compatible with the Android NDK as well as desktop Java, though it hasn't been tested there (and existing binary distributions of plugins do not usually include ARM builds).</p>
Chris@115 175
Chris@115 176 <p>See <a href="http://code.soundsoftware.ac.uk/projects/jvamp" class="bbc_link" target="_blank">http://code.soundsoftware.ac.uk/projects/jvamp</a> for more information.</p>
Chris@115 177
Chris@115 178 <a name="20091028"></a>
Chris@115 179 <h3>2009&ndash;10&ndash;28 &mdash; VamPy: Vamp plugins in Python</h3>
Chris@115 180
Chris@115 181 <p>VamPy, a Python wrapper for the Vamp plugin API, is now available.</p>
Chris@115 182
Chris@115 183 <p>Using VamPy you can write audio analysis or visualisation plugins for use in Vamp hosts with a quick and dynamic environment that is somewhat like working in Matlab or other high-level modelling environments. &nbsp;VamPy has full two-way support for NumPy, an efficient numerical library for Python, and for the dynamic typing of Python.</p>
Chris@115 184
Chris@115 185 <p>You can download VamPy from :<br><a href="http://www.vamp-plugins.org/vampy.html" class="bbc_link" target="_blank">http://www.vamp-plugins.org/vampy.html</a></p>
Chris@115 186
Chris@115 187 <a name="20091002"></a>
Chris@115 188 <h3>2009&ndash;10&ndash;02 &mdash; New tutorials about how to get your first plugin to compile</h3>
Chris@115 189
Chris@115 190 <p>There are two new tutorials now available on the (also new) wiki at this site, both entitled "From Method To Plugin" and describing how to get your code compiled and running as a Vamp plugin.&nbsp; One tutorial covers OS/X, the other Windows.</p>
Chris@115 191
Chris@115 192 <p><ul class="bbc_list"><li>Using OS/X command-line tools: <a href="http://vamp-plugins.org/wiki/mtp1" class="bbc_link" target="_blank">http://vamp-plugins.org/wiki/mtp1</a></li><li>Using Visual C++ on Windows: <a href="http://vamp-plugins.org/wiki/mtp2" class="bbc_link" target="_blank">http://vamp-plugins.org/wiki/mtp2</a></li></ul><p>I hope these are helpful!&nbsp; If you find any errors, please let me know (or create an account on the wiki and correct them!)</p>
Chris@115 193
Chris@115 194 <p>The wiki homepage is at <a href="http://vamp-plugins.org/wiki/" class="bbc_link" target="_blank">http://vamp-plugins.org/wiki/</a>, and we'd welcome any contributions that might be interesting to other users or developers of plugins.</p>
Chris@115 195
Chris@115 196 <a name="20081212"></a>
Chris@115 197 <h3>2008&ndash;12&ndash;12 &mdash; Vamp plugin SDK v2.0 now available</h3>
Chris@115 198
Chris@115 199 <p>Version 2.0 of the Vamp plugin SDK is now available.</p>
Chris@115 200
Chris@115 201 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++. Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation. It is supported across Linux, OS/X and Windows.</p>
Chris@115 202
Chris@115 203 <p>A documentation guide to writing plugins using the Vamp SDK can be found at <a href="http://www.vamp-plugins.org/guide.pdf">http://www.vamp-plugins.org/guide.pdf</a>.</p>
Chris@115 204
Chris@115 205 <h5>What's new in 2.0?</h5>
Chris@115 206
Chris@115 207 <ul>
Chris@115 208 <li>Each returned feature can now specify a proper duration as well as start time, value array, and label.</li>
Chris@115 209 <li>A new PluginSummarisingAdapter is provided in the host SDK, permitting hosts to easily obtain summary results such as averages based on a plugin's returned features.</li>
Chris@115 210 <li>An RDF ontology is provided for the description of Vamp plugin capabilities and configurations (see <a href="http://omras2.org/VampOntology">http://omras2.org/VampOntology</a>).</li>
Chris@115 211 <li>The SDK libraries have been reorganised so as to draw a clearer distinction between plugin and host SDKs.</li>
Chris@115 212 <li>Better platform-specific build documentation is provided (in the build directory), particularly for MSVC builds which now also feature project files for the example plugins.</li>
Chris@115 213 <li>Two new example plugins have been added (Simple Power Spectrum and Fixed Tempo Estimator).</li>
Chris@115 214 <li>The command-line host provided now has an extra-informative plugin information listing option (<code>--list-full</code>).</li>
Chris@115 215 </ul>
Chris@115 216
Chris@115 217 <h5>Backward compatibility</h5>
Chris@115 218
Chris@115 219 <p>A detailed compatibility statement is included in the SDK, but to summarise:</p>
Chris@115 220
Chris@115 221 <ul><li>Plugins and hosts built with 1.x and 2.0 SDKs are mutually compatible. You can load old plugins in new hosts and new plugins in old hosts.</li>
Chris@115 222 <li>Plugins written for 1.x can be compiled against 2.0 without modification.</li>
Chris@115 223 <li>Hosts written for 1.x will require some changes to #include directives, but most hosts should compile against 2.0 without other modifications.</li>
Chris@115 224 <li>Although the plugin binary interface is compatible with 1.x, the SDK libraries are not binary compatible with the 1.x libraries. Plugins and host code will need to be recompiled if they are to be updated to 2.0, not just re-linked.</li>
Chris@115 225 </ul>
Chris@115 226
Chris@115 227 <a name="20080709"></a>
Chris@115 228 <h3>2008&ndash;07&ndash;09 &mdash; Vamp plugin SDK v1.3 now available</h3>
Chris@115 229
Chris@115 230 <p>Version 1.3 of the Vamp plugin SDK is now available.</p>
Chris@115 231
Chris@115 232 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.&nbsp; Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.&nbsp; It is supported across Linux, OS/X and Windows.</p>
Chris@115 233
Chris@115 234 <p>Version 1.3 is a maintenance release, with several bugfixes (almost all of which only affect hosts, not plugins) and no new features.</p>
Chris@115 235
Chris@115 236 <p>Changes since 1.2:</p>
Chris@115 237
Chris@115 238 <ul class="bbc_list"><li> PluginBufferingAdapter has several important fixes to bugs that could cause incorrect timings or output descriptors to be returned</li><li> Conversion between real-time and frames has been improved to avoid rounding error in round-trip calculations</li><li> Plugin lookup no longer relies on non-portable DT_REG</li><li> The SDK now compiles with gcc 4.3</li></ul><p>Plugins and hosts remain binary compatible with those built using the 1.0 version of the SDK.</p>
Chris@115 239
Chris@115 240 <a name="20080305"></a>
Chris@115 241 <h3>2008&ndash;03&ndash;05 &mdash; New developer documentation available</h3>
Chris@115 242
Chris@115 243 <p>A new guide to writing Vamp plugins in C++ is now up on the website.
Chris@115 244 You can get to it from the developer documentation page:</p>
Chris@115 245
Chris@115 246 <blockquote><a href="http://www.vamp-plugins.org/develop.html">http://www.vamp-plugins.org/develop.html</a></blockquote>
Chris@115 247
Chris@115 248 <p>or this direct link:</p>
Chris@115 249
Chris@115 250 <blockquote><a href="http://www.vamp-plugins.org/guide.pdf">http://www.vamp-plugins.org/guide.pdf</a></blockquote>
Chris@115 251
Chris@115 252 <p>No big claims for how well organised, written, or (especially!) illustrated it is, but there is a decent amount of information in it and it's likely to be mostly right.</p>
Chris@115 253
Chris@115 254 <p>There is also a recent introductory presentation available here:</p>
Chris@115 255
Chris@115 256 <blockquote><a href="http://www.vamp-plugins.org/vamp-programmer-presentation.pdf">http://www.vamp-plugins.org/vamp-programmer-presentation.pdf</a></blockquote>
Chris@115 257
Chris@115 258 <a name="20080228"></a>
Chris@115 259 <h3>2008&ndash;02&ndash;28 &mdash; Vamp plugin SDK v1.2 now available</h3>
Chris@115 260
Chris@115 261 <p>Version 1.2 of the Vamp plugin SDK is now available.</p>
Chris@115 262
Chris@115 263 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.&nbsp; Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.&nbsp; It is supported across Linux, OS/X and Windows.</p>
Chris@115 264
Chris@115 265 <p>Version 1.2 contains a further addition to the host extension classes introduced in 1.1: a buffering adapter that hosts may use to avoid having to negotiate the plugin's preferred input step and block sizes.&nbsp; This release also includes a Visual C++ project file as well as Makefiles tailored to Linux and OS/X.</p>
Chris@115 266
Chris@115 267 <p>Plugins and hosts remain 100% binary compatible with those built using the 1.0 version of the SDK.</p>
Chris@115 268
Chris@115 269 <a name="20071019"></a>
Chris@115 270 <h3>2007&ndash;10&ndash;19 &mdash; Vamp plugin SDK v1.1b now available</h3>
Chris@115 271
Chris@115 272 <p>Version 1.1b of the Vamp plugin SDK is now available.</p>
Chris@115 273
Chris@115 274 <p>Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.&nbsp; Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.&nbsp; It is supported across Linux, OS/X and Windows.</p>
Chris@115 275
Chris@115 276 <p>Version 1.1b is a minor update with a small number of build and bug fixes.</p>
Chris@115 277
Chris@115 278 <p>The prior version 1.1 of the SDK introduced a new set of classes designed to make it very simple for an application to use Vamp plugins, without needing to do complicated plugin lookup or audio processing themselves.</p>
Chris@115 279
Chris@115 280 <p>Plugins and hosts remain 100% binary compatible with those built using the 1.0 version of the SDK.</p>
Chris@115 281
Chris@115 282 </body>
Chris@115 283 </html>