comparison 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
comparison
equal deleted inserted replaced
26:82c3d821ea72 27:d50fb6b58cd8
52 52
53 </ul> 53 </ul>
54 54
55 <br> 55 <br>
56 56
57 <li><b>New!</b> Read the Vamp plugin SDK <a href="guide.pdf">Programmers 57 <li><b>New!</b> Download the Vamp plugin tester, a simple
58 Guide</a>!</li> 58 command-line utility that tests your plugins for various common
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
61 resilient plugins. Get the <a
62 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1.tar.bz2">source
63 code</a>, <a
64 href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-osx-universal.tar.bz2">OS/X
65 universal binary</a>, or <a
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>
68
69 <br>
70
71 <li>Read the Vamp plugin SDK <a href="guide.pdf">Programmers
72 Guide</a>.</li>
59 73
60 <li>Read <a href="vamp-programmer-presentation.pdf">a presentation</a> about the principles of Vamp plugins for 74 <li>Read <a href="vamp-programmer-presentation.pdf">a presentation</a> about the principles of Vamp plugins for
61 potential developers.</li> 75 potential developers.</li>
62 76
63 <li><a href="code-doc/index.html">Read the API documentation online</a>. Your plugins will normally derive from <a href="code-doc/classVamp_1_1Plugin.html">the Vamp::Plugin class</a>.</li> 77 <li><a href="code-doc/index.html">Read the API documentation online</a>. Your plugins will normally derive from <a href="code-doc/classVamp_1_1Plugin.html">the Vamp::Plugin class</a>.</li>