# HG changeset patch
# User cannam
# Date 1247748070 0
# Node ID d5c6f76744263ca154944cbdd96b7fbdbdaf41eb
# Parent 81f4f384bc41de019726cdbe9fd4dbfee081b9ec
* Readability and "promotion" improvements
diff -r 81f4f384bc41 -r d5c6f7674426 develop.html
--- a/develop.html Thu Jul 16 11:59:35 2009 +0000
+++ b/develop.html Thu Jul 16 12:41:10 2009 +0000
@@ -38,7 +38,7 @@
This is particularly advisable since the values returned by a
plugin may have relatively complex structures.
- - Download the Vamp plugin SDK (current version 2.0):
+
- Download the Vamp plugin SDK (current version 2.0):
- The development headers and source code: Gzipped tar file or ZIP file (the contents are identical).
@@ -54,7 +54,7 @@
- - New! Download the Vamp plugin tester, a simple
+
- New! 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
@@ -66,7 +66,9 @@
href="http://downloads.sourceforge.net/vamp/vamp-plugin-tester-0.1-win32.zip">Windows
binary of the initial version 0.1 release.
-
+
+ Developer Documentation
+
- Read the Vamp plugin SDK Programmers
Guide.
diff -r 81f4f384bc41 -r d5c6f7674426 download.html
--- a/download.html Thu Jul 16 11:59:35 2009 +0000
+++ b/download.html Thu Jul 16 12:41:10 2009 +0000
@@ -31,7 +31,8 @@
on your platform. Some are open source; others are not. Please
see the individual plugin pages for details.
- Looking for the developer kit? Look here!
+ Looking for the developer kit? Look here!
+ Would you like to see your plugins listed here? Drop us a line!
diff -r 81f4f384bc41 -r d5c6f7674426 index.html
--- a/index.html Thu Jul 16 11:59:35 2009 +0000
+++ b/index.html Thu Jul 16 12:41:10 2009 +0000
@@ -28,20 +28,27 @@
— typically referred to as audio analysis plugins
or audio feature extraction plugins.
-
+
- 9th December 2008: Version 2.0 of the Vamp plugin SDK is now
- available.
See the developers page for more
- information.
+ Get some plugins!
- - Get some plugins!
Find links to downloadable Vamp plugins here.
+ Do something with them!
- - Do something with them!
Vamp plugins are used for audio analysis in Sonic Visualiser and Audacity beta releases, and may be run from a command line with the host included with the Vamp SDK.
+
+ - Interactive audio analysis using Vamp plugins? Try Sonic Visualiser!
+ - Analysis inside your audio editor? Audacity beta releases (1.3.6 and newer) can use Vamp plugins to create label tracks from analysis results.
+ - Want to extract features from lots of audio files, writing results into text files or as RDF for linked data purposes? You need Sonic Annotator!
+ - For simple command-line purposes, there is also a Vamp host included in the developer SDK.
+ - ... other hosts you'd like to see mentioned here? Tell us!
+
- - Developers and DSP researchers!
Vamp is a nice API to develop with. Read more and get the SDK here.
+ Developers and DSP researchers!
+
+
Just like an audio effects plugin (such as a VST), a Vamp