comparison examples/ZeroCrossing.h @ 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 933fee59d33a
children
comparison
equal deleted inserted replaced
58:0284955e31e5 59:fa79c4ec847d
35 */ 35 */
36 36
37 #ifndef _ZERO_CROSSING_PLUGIN_H_ 37 #ifndef _ZERO_CROSSING_PLUGIN_H_
38 #define _ZERO_CROSSING_PLUGIN_H_ 38 #define _ZERO_CROSSING_PLUGIN_H_
39 39
40 #include "Plugin.h" 40 #include "vamp-sdk/Plugin.h"
41 41
42 /** 42 /**
43 * Example plugin that calculates the positions and density of 43 * Example plugin that calculates the positions and density of
44 * zero-crossing points in an audio waveform. 44 * zero-crossing points in an audio waveform.
45 */ 45 */