From 63971c9b5e2dcfa1b7e254cac9cac5629c776835 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 23 May 2013 18:19:13 +0100 Subject: rearrange folders: working vamp host --- vamphost/src/ofxVamphost.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vamphost/src/ofxVamphost.h') 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 //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 -- cgit v1.2.3