Mercurial > hg > vamp-plugin-sdk
comparison examples/ZeroCrossing.h @ 54:933fee59d33a
* doc updates
author | cannam |
---|---|
date | Fri, 30 Mar 2007 17:14:16 +0000 |
parents | aa64a46320d4 |
children | fa79c4ec847d |
comparison
equal
deleted
inserted
replaced
53:74822738965b | 54:933fee59d33a |
---|---|
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 "Plugin.h" |
41 | 41 |
42 /** | |
43 * Example plugin that calculates the positions and density of | |
44 * zero-crossing points in an audio waveform. | |
45 */ | |
46 | |
42 class ZeroCrossing : public Vamp::Plugin | 47 class ZeroCrossing : public Vamp::Plugin |
43 { | 48 { |
44 public: | 49 public: |
45 ZeroCrossing(float inputSampleRate); | 50 ZeroCrossing(float inputSampleRate); |
46 virtual ~ZeroCrossing(); | 51 virtual ~ZeroCrossing(); |