diff examples/plugins.cpp @ 59:fa79c4ec847d host-factory-stuff

* Put hostext stuff in the HostExt sub-namespace * Tidy up system-specific stuff in PluginLoader * Make PluginLoader return a deletion-notifying wrapper which permits the library to be unloaded when no longer in use * Add PluginChannelAdapter * Make vamp-simple-host use PluginChannelAdapter, and use the PluginLoader for plugin-running task. Also some other enhancements to host
author cannam
date Thu, 24 May 2007 15:17:07 +0000
parents b907557b2fb9
children e3e61b7e9661
line wrap: on
line diff
--- a/examples/plugins.cpp	Thu May 24 10:05:00 2007 +0000
+++ b/examples/plugins.cpp	Thu May 24 15:17:07 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"