summaryrefslogtreecommitdiff
path: root/vamphost/src/ofxVamphost.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-05-23 18:19:13 +0100
committerTim Redfern <tim@eclectronics.org>2013-05-23 18:19:13 +0100
commit63971c9b5e2dcfa1b7e254cac9cac5629c776835 (patch)
treed8eca036763531fd9cb9191ebf3c241f2efb9868 /vamphost/src/ofxVamphost.h
parent0f5301b988bad81b2f27ba4d88c6ee3d0205603a (diff)
rearrange folders: working vamp host
Diffstat (limited to 'vamphost/src/ofxVamphost.h')
-rw-r--r--vamphost/src/ofxVamphost.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vamphost/src/ofxVamphost.h b/vamphost/src/ofxVamphost.h
index fe36d06..2c618eb 100644
--- a/vamphost/src/ofxVamphost.h
+++ b/vamphost/src/ofxVamphost.h
@@ -29,6 +29,10 @@ class Vamphost{
//map<time,featureNo>
//this is the best way to store features: because map allows to search for the key below and above the present time
int getRT();
+
+ float avg;
+ int num;
+ int numFeat;
private:
PluginLoader *loader;
@@ -45,6 +49,7 @@ class Vamphost{
int featureNo;
+
};
#endif