comparison examples/AmplitudeFollower.cpp @ 54:933fee59d33a

* doc updates
author cannam
date Fri, 30 Mar 2007 17:14:16 +0000
parents aa64a46320d4
children
comparison
equal deleted inserted replaced
53:74822738965b 54:933fee59d33a
45 using std::string; 45 using std::string;
46 using std::vector; 46 using std::vector;
47 using std::cerr; 47 using std::cerr;
48 using std::endl; 48 using std::endl;
49 49
50 /* 50 /**
51 * An implementation of SuperCollider's amplitude-follower algorithm 51 * An implementation of SuperCollider's amplitude-follower algorithm
52 * as a simple Vamp plugin. 52 * as a simple Vamp plugin.
53 */ 53 */
54 54
55 AmplitudeFollower::AmplitudeFollower(float inputSampleRate) : 55 AmplitudeFollower::AmplitudeFollower(float inputSampleRate) :