# HG changeset patch # User cannam # Date 1224779485 0 # Node ID 930b51de9c289b9420c073bc259c7f69613ec61d # Parent 87b131a54b0ae9e3a9346e0c240189483e2d88c2 ... diff -r 87b131a54b0a -r 930b51de9c28 README --- 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 diff -r 87b131a54b0a -r 930b51de9c28 examples/vamp-example-plugins.n3 --- 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 ; vamp:available_plugin plugbase:amplitudefollower; vamp:available_plugin plugbase:percussiononsets; vamp:available_plugin plugbase:spectralcentroid;