annotate discuss.html @ 114:d82d7d95b157 no-forum

Tiny bit more
author Chris Cannam
date Mon, 15 Jan 2018 17:53:26 +0000
parents 507cd6bc63d3
children 59c0af5416d2
rev   line source
Chris@113 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@113 2 <html>
Chris@113 3 <head>
Chris@113 4 <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/>
Chris@113 5 <link rel="icon" type="image/png" href="images/waveform.png"/>
Chris@113 6 <link rel="shortcut" type="image/png" href="images/waveform.png"/>
Chris@113 7 <title>Vamp Plugins</title>
Chris@113 8 <meta name="robots" content="index"/>
Chris@113 9 <meta name="keywords" content="vamp plugin api plugins sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction feapi vsi dssi"/>
Chris@113 10 <meta name="description" content="Vamp is a system for plugins that extract feature information from audio data."/>
Chris@113 11 </head>
Chris@113 12 <body>
Chris@113 13 <h1 id="header"><span>Vamp Plugins</span></h1>
Chris@113 14
Chris@113 15 <div id="nav">
Chris@113 16 <ul>
Chris@113 17 <li class="first"><a href="index.html">Home</a></li>
Chris@113 18 <li><a href="news.html">News</a></li>
Chris@113 19 <li><a href="download.html">Download Plugins</a></li>
Chris@113 20 <li><a href="develop.html">Make Plugins</a></li>
Chris@113 21 <li><a href="discuss.html">Discuss</a></li>
Chris@113 22 <li><a href="http://vamp-plugins.org/wiki/">Wiki</a></li>
Chris@113 23 </ul></div>
Chris@113 24
Chris@113 25 <h2 id="firstpara">Discuss Vamp plugins and the plugin SDK</h2>
Chris@113 26
Chris@114 27 <ul>
Chris@114 28 <li><b>For problems writing plugins</b>, consider posting a
Chris@114 29 question to Stack Overflow.</b></li>
Chris@114 30 <li><b>For bugs or technical lapses in the Vamp Plugin
Chris@114 31 SDK</b>, consider opening an issue on
Chris@114 32 the <a href="https://github.com/c4dm/vamp-plugin-sdk/issues">Github
Chris@114 33 issue tracker</a>. Although Github is not currently the
Chris@114 34 primary development site for the SDK (see
Chris@114 35 the <a href="develop.html">Make Plugins</a> page for more
Chris@114 36 information about this), the Github project is actively
Chris@114 37 monitored.</li>
Chris@113 38
Chris@113 39 <p>Sadly the dedicated online discussion forum for Vamp plugins
Chris@113 40 has now closed, after we gave up fighting spam
Chris@113 41 registrations. The forum content is still online, but as a
Chris@113 42 static mirror of the original forum: it's no longer possible to
Chris@113 43 register, log in, or post. You can find the static
Chris@114 44 mirror <a href="http://vamp-plugins.org/forum/">here</a>.</p>
Chris@114 45 </body>
Chris@114 46
Chris@114 47