Mercurial > hg > vamp-website
comparison develop.html @ 31:d5c6f7674426 website
* Readability and "promotion" improvements
author | cannam |
---|---|
date | Thu, 16 Jul 2009 12:41:10 +0000 |
parents | d50fb6b58cd8 |
children | 0976232e353b |
comparison
equal
deleted
inserted
replaced
30:81f4f384bc41 | 31:d5c6f7674426 |
---|---|
36 binary compatibility. However, plugins and hosts are strongly | 36 binary compatibility. However, plugins and hosts are strongly |
37 encouraged to make use of the set of C++ base classes provided. | 37 encouraged to make use of the set of C++ base classes provided. |
38 This is particularly advisable since the values returned by a | 38 This is particularly advisable since the values returned by a |
39 plugin may have relatively complex structures.</p> | 39 plugin may have relatively complex structures.</p> |
40 | 40 |
41 <ul><li>Download the Vamp plugin SDK (current version 2.0): | 41 <ul><li>Download the <b>Vamp plugin SDK</b> (current version 2.0): |
42 | 42 |
43 <ul><li>The development headers and source code: <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0.tar.gz">Gzipped tar file</a> or <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0.zip">ZIP file</a> (the contents are identical).</li> | 43 <ul><li>The development headers and source code: <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0.tar.gz">Gzipped tar file</a> or <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0.zip">ZIP file</a> (the contents are identical).</li> |
44 | 44 |
45 <li>Pre-compiled library and host binaries for <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-win32-mingw32.zip">Windows (MinGW)</a>, <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-staticlibs-win32-msvc.zip">Windows (MSVC: static libraries only)</a>, <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-osx-universal.tar.gz">OS/X</a>, <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-i686-linux.tar.gz">32-bit Linux</a>, and <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-amd64-linux.tar.gz">64-bit Linux</a>.</li> | 45 <li>Pre-compiled library and host binaries for <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-win32-mingw32.zip">Windows (MinGW)</a>, <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-staticlibs-win32-msvc.zip">Windows (MSVC: static libraries only)</a>, <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-osx-universal.tar.gz">OS/X</a>, <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-i686-linux.tar.gz">32-bit Linux</a>, and <a href="http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-2.0-binaries-amd64-linux.tar.gz">64-bit Linux</a>.</li> |
46 | 46 |
52 | 52 |
53 </ul> | 53 </ul> |
54 | 54 |
55 <br> | 55 <br> |
56 | 56 |
57 <li><b>New!</b> Download the Vamp plugin tester, a simple | 57 <li><b>New!</b> Download the <b>Vamp plugin tester</b>, a simple |
58 command-line utility that tests your plugins for various common | 58 command-line utility that tests your plugins for various common |
59 failure cases. It can't check whether you're getting the right | 59 failure cases. It can't check whether you're getting the right |
60 results, but it can help you write better behaved and more | 60 results, but it can help you write better behaved and more |
61 resilient plugins. Get the <a | 61 resilient plugins. Get the <a |
62 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1.tar.bz2">source | 62 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1.tar.bz2">source |
64 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-osx-universal.tar.bz2">OS/X | 64 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-osx-universal.tar.bz2">OS/X |
65 universal binary</a>, or <a | 65 universal binary</a>, or <a |
66 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-win32.zip">Windows | 66 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-win32.zip">Windows |
67 binary</a> of the initial version 0.1 release.</li> | 67 binary</a> of the initial version 0.1 release.</li> |
68 | 68 |
69 <br> | 69 </ul> |
70 <h3>Developer Documentation</h3> | |
71 <ul> | |
70 | 72 |
71 <li>Read the Vamp plugin SDK <a href="guide.pdf">Programmers | 73 <li>Read the Vamp plugin SDK <a href="guide.pdf">Programmers |
72 Guide</a>.</li> | 74 Guide</a>.</li> |
73 | 75 |
74 <li>Read <a href="vamp-programmer-presentation.pdf">a presentation</a> about the principles of Vamp plugins for | 76 <li>Read <a href="vamp-programmer-presentation.pdf">a presentation</a> about the principles of Vamp plugins for |