summaryrefslogtreecommitdiff
path: root/06_performance/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to '06_performance/src/testApp.h')
-rw-r--r--06_performance/src/testApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/06_performance/src/testApp.h b/06_performance/src/testApp.h
index 337e05b..504cc53 100644
--- a/06_performance/src/testApp.h
+++ b/06_performance/src/testApp.h
@@ -184,6 +184,8 @@ class testApp : public ofBaseApp, public ofxMidiListener{
vector<ofVideoPlayer> videoclips;
ofxOscReceiver receiver;
+
+ float xOffs,startX,yOffs,startY;
};
#endif