comparison examples/ZeroCrossing.h @ 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 933fee59d33a
children
comparison
equal deleted inserted replaced
54:933fee59d33a 64:9d3272c7db60
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 */