diff options
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 |
