diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-23 18:19:13 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-23 18:19:13 +0100 |
| commit | 63971c9b5e2dcfa1b7e254cac9cac5629c776835 (patch) | |
| tree | d8eca036763531fd9cb9191ebf3c241f2efb9868 /vamphost/src/ofxVamphost.h | |
| parent | 0f5301b988bad81b2f27ba4d88c6ee3d0205603a (diff) | |
rearrange folders: working vamp host
Diffstat (limited to 'vamphost/src/ofxVamphost.h')
| -rw-r--r-- | vamphost/src/ofxVamphost.h | 5 |
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 |
