# HG changeset patch # User Chris Cannam # Date 1516036788 0 # Node ID 507cd6bc63d3b88ac6152d284042022c6cf6cf69 # Parent 7e14f729664d70a7a89d910be9b8331af4182932 Toward a different layout for feedback/discussion diff -r 7e14f729664d -r 507cd6bc63d3 discuss.html --- /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 @@ + + +
+ + + +There is a Github project for the Vamp Plugin SDK. For + problems with the Vamp SDK, consider opening an issue on + the Github + issue tracker. + +
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 here. diff -r 7e14f729664d -r 507cd6bc63d3 index.html --- 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 @@
@@ -41,10 +41,10 @@Developers and DSP researchers!
@@ -54,14 +54,14 @@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 +
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. Read more about the rationale for Vamp.