comparison examples/plugins.cpp @ 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 b907557b2fb9
children e3e61b7e9661
comparison
equal deleted inserted replaced
54:933fee59d33a 64:9d3272c7db60
32 shall not be used in advertising or otherwise to promote the sale, 32 shall not be used in advertising or otherwise to promote the sale,
33 use or other dealings in this Software without prior written 33 use or other dealings in this Software without prior written
34 authorization. 34 authorization.
35 */ 35 */
36 36
37 #include <vamp/vamp.h> 37 #include "vamp/vamp.h"
38 #include "vamp-sdk/PluginAdapter.h"
38 39
39 #include "PluginAdapter.h"
40 #include "ZeroCrossing.h" 40 #include "ZeroCrossing.h"
41 #include "SpectralCentroid.h" 41 #include "SpectralCentroid.h"
42 #include "PercussionOnsetDetector.h" 42 #include "PercussionOnsetDetector.h"
43 #include "AmplitudeFollower.h" 43 #include "AmplitudeFollower.h"
44 44