changeset 214:930b51de9c28

...
author cannam
date Thu, 23 Oct 2008 16:31:25 +0000
parents 87b131a54b0a
children a5a54b60e82e
files README examples/vamp-example-plugins.n3
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Oct 22 08:49:17 2008 +0000
+++ b/README	Thu Oct 23 16:31:25 2008 +0000
@@ -190,7 +190,7 @@
    library, but does not build the example plugins or host
 
    VampExamplePlugins.vcproj -- builds the example plugins DLL, but
-   does not build the library or command-line host
+   does not build the library or host
 
 Alternatively, when using Visual Studio or another IDE to build a
 plugin or host using the SDK, you may prefer to simply add the .h and
@@ -222,7 +222,7 @@
 files in the vamp-sdk and vamp-sdk/hostext directories to your
 existing project.
 
- * Linux and other POSIX platforms
+ * Linux and other Unixesque platforms
 
 To build the SDK, example plugins, and command-line host, edit the
 Makefile to suit your platform according to the comments in it, then
--- a/examples/vamp-example-plugins.n3	Wed Oct 22 08:49:17 2008 +0000
+++ b/examples/vamp-example-plugins.n3	Thu Oct 23 16:31:25 2008 +0000
@@ -16,6 +16,7 @@
 
 :vamp-example-plugins a  vamp:PluginLibrary ;
     vamp:identifier "vamp-example-plugins" ; 
+    foaf:page <http://www.vamp-plugins.org/download.html> ;
     vamp:available_plugin plugbase:amplitudefollower; 
     vamp:available_plugin plugbase:percussiononsets; 
     vamp:available_plugin plugbase:spectralcentroid;