Mercurial > hg > vamp-plugin-sdk
comparison examples/AmplitudeFollower.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 _AMPLITUDE_FOLLOWER_PLUGIN_H_ | 37 #ifndef _AMPLITUDE_FOLLOWER_PLUGIN_H_ |
38 #define _AMPLITUDE_FOLLOWER_PLUGIN_H_ | 38 #define _AMPLITUDE_FOLLOWER_PLUGIN_H_ |
39 | 39 |
40 #include "Plugin.h" | 40 #include "Plugin.h" |
41 | 41 |
42 /** | |
43 * Example plugin implementing the SuperCollider amplitude follower | |
44 * function. | |
45 */ | |
46 | |
42 class AmplitudeFollower : public Vamp::Plugin | 47 class AmplitudeFollower : public Vamp::Plugin |
43 { | 48 { |
44 public: | 49 public: |
45 AmplitudeFollower(float inputSampleRate); | 50 AmplitudeFollower(float inputSampleRate); |
46 virtual ~AmplitudeFollower(); | 51 virtual ~AmplitudeFollower(); |