Mercurial > hg > vamp-plugin-sdk
diff examples/plugins.cpp @ 64:9d3272c7db60
* Merge from host-factory-stuff branch: this adds several helper classes in
the hostext directory that should make a host's life much easier. This
will become version 1.1 of the SDK, eventually.
author | cannam |
---|---|
date | Fri, 01 Jun 2007 15:10:17 +0000 |
parents | b907557b2fb9 |
children | e3e61b7e9661 |
line wrap: on
line diff
--- a/examples/plugins.cpp Fri Mar 30 17:14:16 2007 +0000 +++ b/examples/plugins.cpp Fri Jun 01 15:10:17 2007 +0000 @@ -34,9 +34,9 @@ authorization. */ -#include <vamp/vamp.h> +#include "vamp/vamp.h" +#include "vamp-sdk/PluginAdapter.h" -#include "PluginAdapter.h" #include "ZeroCrossing.h" #include "SpectralCentroid.h" #include "PercussionOnsetDetector.h"