Mercurial > hg > vamp-website
changeset 113:507cd6bc63d3 no-forum
Toward a different layout for feedback/discussion
author | Chris Cannam |
---|---|
date | Mon, 15 Jan 2018 17:19:48 +0000 |
parents | 7e14f729664d |
children | d82d7d95b157 |
files | discuss.html index.html |
diffstat | 2 files changed, 49 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/discuss.html Mon Jan 15 17:19:48 2018 +0000 @@ -0,0 +1,37 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/> + <link rel="icon" type="image/png" href="images/waveform.png"/> + <link rel="shortcut" type="image/png" href="images/waveform.png"/> + <title>Vamp Plugins</title> + <meta name="robots" content="index"/> + <meta name="keywords" content="vamp plugin api plugins sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction feapi vsi dssi"/> + <meta name="description" content="Vamp is a system for plugins that extract feature information from audio data."/> + </head> + <body> + <h1 id="header"><span>Vamp Plugins</span></h1> + + <div id="nav"> + <ul> + <li class="first"><a href="index.html">Home</a></li> + <li><a href="news.html">News</a></li> + <li><a href="download.html">Download Plugins</a></li> + <li><a href="develop.html">Make Plugins</a></li> + <li><a href="discuss.html">Discuss</a></li> + <li><a href="http://vamp-plugins.org/wiki/">Wiki</a></li> + </ul></div> + + <h2 id="firstpara">Discuss Vamp plugins and the plugin SDK</h2> + + <p>There is a Github project for the Vamp Plugin SDK. <b>For + problems with the Vamp SDK</b>, consider opening an issue on + the <a href="https://github.com/c4dm/vamp-plugin-sdk/issues">Github + issue tracker</a>. + + <p>Sadly the dedicated online discussion forum for Vamp plugins + has now closed, after we gave up fighting spam + registrations. The forum content is still online, but as a + static mirror of the original forum: it's no longer possible to + register, log in, or post. You can find the static + mirror <a href="http://vamp-plugins.org/forum/">here</a>.
--- a/index.html Mon Mar 06 14:24:07 2017 +0000 +++ b/index.html Mon Jan 15 17:19:48 2018 +0000 @@ -15,10 +15,10 @@ <div id="nav"> <ul> <li class="first"><a href="index.html">Home</a></li> - <li><a href="rationale.html">Rationale</a></li> + <li><a href="news.html">News</a></li> <li><a href="download.html">Download Plugins</a></li> <li><a href="develop.html">Make Plugins</a></li> - <li><a href="http://vamp-plugins.org/forum/">Forum</a></li> + <li><a href="discuss.html">Discuss</a></li> <li><a href="http://vamp-plugins.org/wiki/">Wiki</a></li> </ul></div> @@ -41,10 +41,10 @@ <ul> <li>Interactive audio analysis using Vamp plugins? Try <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li> - <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity 2</a> can use Vamp plugins to create label tracks from analysis results.</li> + <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity</a> can use a number of Vamp plugins to create label tracks from analysis results.</li> <li>Want to extract features from lots of audio files, writing results into text files or as RDF for linked data purposes? You need <a href="sonic-annotator/">Sonic Annotator</a>!</li> <li>For simple command-line purposes, there is also a Vamp host included in the <a href="develop.html">developer SDK</a>.</li> - <li>... other hosts you'd like to see mentioned here? <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li> + <li>... any other hosts you'd like to see mentioned here? <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li> </ul> <p><b>Developers and DSP researchers!</b></p> @@ -54,14 +54,14 @@ <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> </ul> - <p>Just like an audio effects plugin (such as a VST), a Vamp - plugin is a binary module that can be loaded up by a host - application and fed audio data. However, unlike an effects - plugin, a Vamp plugin generates not more audio, but some sort of - symbolic information. Typical things that a Vamp plugin might - calculate include the locations of moments such as note onset - times, visualisable representations of the audio such as - spectrograms, or curve data such as power or fundamental + <p>Just like an audio effect such as a VST plugin, a Vamp plugin + is a binary module that can be loaded by a host application and + fed audio data. However, a Vamp plugin does not generate audio + output, but some sort of symbolic information instead. Typical + things that a Vamp plugin might calculate include the locations + of moments such as note onset times, visualisable + representations of the audio such as spectrograms, or curve data + such as power or fundamental frequency. <a href="rationale.html">Read more about the rationale for Vamp</a>.</p>