Mercurial > hg > vamp-website
comparison index.html @ 39:01f34bbd799b website
* Add VamPy page
author | cannam |
---|---|
date | Mon, 12 Oct 2009 16:16:52 +0000 |
parents | 0976232e353b |
children | 94b7f707a521 |
comparison
equal
deleted
inserted
replaced
38:01e83b3b256b | 39:01f34bbd799b |
---|---|
48 </ul> | 48 </ul> |
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 </ul> | 54 </ul> |
54 | 55 |
55 <p>Just like an audio effects plugin (such as a VST), a Vamp | 56 <p>Just like an audio effects plugin (such as a VST), a Vamp |
56 plugin is a binary module that can be loaded up by a host | 57 plugin is a binary module that can be loaded up by a host |
57 application and fed audio data. However, unlike an effects | 58 application and fed audio data. However, unlike an effects |