comparison index.html @ 65:ee116abb1130 website

Add jVamp link
author Chris Cannam
date Fri, 23 Nov 2012 16:25:39 +0000
parents 94b7f707a521
children 85ec61ccfd5c
comparison
equal deleted inserted replaced
64:e69705713dc3 65:ee116abb1130
49 49
50 <p><b>Developers and DSP researchers!</b></p> 50 <p><b>Developers and DSP researchers!</b></p>
51 51
52 <ul><li>Vamp is a nice API to develop with. <a href="develop.html">Read more and get the SDK here</a>.</li> 52 <ul><li>Vamp is a nice API to develop with. <a href="develop.html">Read more and get the SDK here</a>.</li>
53 <li>Not so keen on C++? You can now write Vamp plugins in Python! <a href="vampy.html">Find out more here</a>.</li> 53 <li>Not so keen on C++? You can now write Vamp plugins in Python! <a href="vampy.html">Find out more here</a>.</li>
54 <li>Like to use native Vamp plugins in a Java application? <a href="http://code.soundsoftware.ac.uk/projects/jvamp">Take a look at jVamp</a>.</li>
54 </ul> 55 </ul>
55 56
56 <p>Just like an audio effects plugin (such as a VST), a Vamp 57 <p>Just like an audio effects plugin (such as a VST), a Vamp
57 plugin is a binary module that can be loaded up by a host 58 plugin is a binary module that can be loaded up by a host
58 application and fed audio data. However, unlike an effects 59 application and fed audio data. However, unlike an effects