comparison develop.html @ 122:d94fd65013f4 website

Update for v2.8
author Chris Cannam
date Thu, 07 Feb 2019 11:14:47 +0000
parents 91fcf0b79ec1
children 730506765304
comparison
equal deleted inserted replaced
121:76bfb3e5a674 122:d94fd65013f4
36 36
37 <p>Alternatively, you can also now make Vamp plugins in 37 <p>Alternatively, you can also now make Vamp plugins in
38 Python using <a href="vampy.html">VamPy</a>.</p> 38 Python using <a href="vampy.html">VamPy</a>.</p>
39 39
40 <h3>Developer Downloads</h3> 40 <h3>Developer Downloads</h3>
41 <ul><li>Download the <b>Vamp plugin SDK</b> (version 2.7.1): 41 <ul><li>Download the <b>Vamp plugin SDK</b> (version 2.8):
42 42
43 <ul><br><li>The main SDK (development headers, source code, example code): 43 <ul><br><li>The main SDK (development headers, source code, example code):
44 <br> 44 <br>
45 <a href="https://code.soundsoftware.ac.uk/attachments/download/2206/vamp-plugin-sdk-2.7.1.tar.gz">As a gzipped tar file</a> 45 <a href="https://code.soundsoftware.ac.uk/attachments/download/2450/vamp-plugin-sdk-2.8.0.tar.gz">As a gzipped tar file</a>
46 or 46 or
47 <a href="https://code.soundsoftware.ac.uk/attachments/download/2207/vamp-plugin-sdk-2.7.1.zip">as a ZIP file</a>. 47 <a href="https://code.soundsoftware.ac.uk/attachments/download/2451/vamp-plugin-sdk-2.8.0.zip">as a ZIP file</a>.
48 </li><br> 48 </li><br>
49 49
50 <li>Pre-compiled library and host binaries: 50 <li>Pre-compiled library and host binaries:
51 51
52 <br> 52 <br>
53 <a href="https://code.soundsoftware.ac.uk/attachments/download/2211/vamp-plugin-sdk-2.7.1-binaries-win32-msvc.zip">Windows (32-bit Intel x86, MSVC)</a>; 53 <a href="https://code.soundsoftware.ac.uk/attachments/download/2446/vamp-plugin-sdk-2.8.0-binaries-win32-msvc.zip">Windows (32-bit Intel x86, MSVC)</a>;
54 <a href="https://code.soundsoftware.ac.uk/attachments/download/2212/vamp-plugin-sdk-2.7.1-binaries-win64-msvc.zip">Windows (64-bit Intel x64, MSVC)</a>; 54 <a href="https://code.soundsoftware.ac.uk/attachments/download/2447/vamp-plugin-sdk-2.8.0-binaries-win64-msvc.zip">Windows (64-bit Intel x64, MSVC)</a>;
55 <a href="https://code.soundsoftware.ac.uk/attachments/download/2210/vamp-plugin-sdk-2.7.1-binaries-osx.tar.gz">macOS (64-bit Intel)</a>; 55 <a href="https://code.soundsoftware.ac.uk/attachments/download/2449/vamp-plugin-sdk-2.8.0-binaries-macos.tar.gz">macOS (64-bit Intel)</a>;
56 <a href="https://code.soundsoftware.ac.uk/attachments/download/2208/vamp-plugin-sdk-2.7.1-binaries-amd64-gcc4-linux.tar.gz">Linux (64-bit Intel, gcc-4 ABI)</a>;
57 and 56 and
58 <a href="https://code.soundsoftware.ac.uk/attachments/download/2209/vamp-plugin-sdk-2.7.1-binaries-amd64-gcc5-linux.tar.gz">Linux (64-bit Intel, gcc-5 ABI)</a>. 57 <a href="https://code.soundsoftware.ac.uk/attachments/download/2448/vamp-plugin-sdk-2.8.0-binaries-amd64-linux.tar.gz">Linux (64-bit Intel, gcc-5 ABI)</a>.
59 </li><br> 58 </li><br>
60 59
61 <li>Example plugin binaries: <i>(unchanged since version 2.0)</i> 60 <li>Example plugin binaries: <i>(unchanged since version 2.0)</i>
62 <br> 61 <br>
63 <a href="http://downloads.sourceforge.net/vamp/vamp-example-plugins-2.0-win32.zip">Windows (32-bit Intel x86)</a>; 62 <a href="http://downloads.sourceforge.net/vamp/vamp-example-plugins-2.0-win32.zip">Windows (32-bit Intel x86)</a>;