diff develop.html @ 27:d50fb6b58cd8 website

* Add note about plugin tester
author cannam
date Fri, 20 Mar 2009 16:19:23 +0000
parents d83d60afe81e
children d5c6f7674426
line wrap: on
line diff
--- a/develop.html	Tue Mar 03 16:12:19 2009 +0000
+++ b/develop.html	Fri Mar 20 16:19:23 2009 +0000
@@ -54,8 +54,22 @@
 
       <br>
 
-      <li><b>New!</b> Read the Vamp plugin SDK <a href="guide.pdf">Programmers
-      Guide</a>!</li>
+      <li><b>New!</b> Download the Vamp plugin tester, a simple
+      command-line utility that tests your plugins for various common
+      failure cases.  It can't check whether you're getting the right
+      results, but it can help you write better behaved and more
+      resilient plugins.  Get the <a
+      href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1.tar.bz2">source
+      code</a>, <a
+      href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-osx-universal.tar.bz2">OS/X
+      universal binary</a>, or <a
+      href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-win32.zip">Windows
+      binary</a> of the initial version 0.1 release.</li>
+
+      <br>
+
+      <li>Read the Vamp plugin SDK <a href="guide.pdf">Programmers
+      Guide</a>.</li>
 
       <li>Read <a href="vamp-programmer-presentation.pdf">a presentation</a> about the principles of Vamp plugins for
       potential developers.</li>