comparison 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
comparison
equal deleted inserted replaced
58:0284955e31e5 59:fa79c4ec847d
32 shall not be used in advertising or otherwise to promote the sale, 32 shall not be used in advertising or otherwise to promote the sale,
33 use or other dealings in this Software without prior written 33 use or other dealings in this Software without prior written
34 authorization. 34 authorization.
35 */ 35 */
36 36
37 #include <vamp/vamp.h> 37 #include "vamp/vamp.h"
38 #include "vamp-sdk/PluginAdapter.h"
38 39
39 #include "PluginAdapter.h"
40 #include "ZeroCrossing.h" 40 #include "ZeroCrossing.h"
41 #include "SpectralCentroid.h" 41 #include "SpectralCentroid.h"
42 #include "PercussionOnsetDetector.h" 42 #include "PercussionOnsetDetector.h"
43 #include "AmplitudeFollower.h" 43 #include "AmplitudeFollower.h"
44 44