Mercurial > hg > soniczoomios
comparison testApp.h @ 8:e2c6cfe8c6b7
JSON logs and presets.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 10 Jan 2013 18:24:26 +0000 |
parents | 34eba1046890 |
children | fb2ef16dd013 |
comparison
equal
deleted
inserted
replaced
7:845ea04f8e33 | 8:e2c6cfe8c6b7 |
---|---|
13 #include "presetManager.h" | 13 #include "presetManager.h" |
14 #include "eventLogger.h" | 14 #include "eventLogger.h" |
15 #include "ofxPd.h" | 15 #include "ofxPd.h" |
16 #include "frequencer.h" | 16 #include "frequencer.h" |
17 | 17 |
18 #include "json.h" | |
19 | |
20 #import "iViewController.h" | |
21 | |
18 #define HOST "169.254.1.1" | 22 #define HOST "169.254.1.1" |
19 #define PORT 12345 | 23 #define PORT 12345 |
20 | 24 |
21 class testApp : public ofxiPhoneApp { | 25 class testApp : public ofxiPhoneApp { |
22 | 26 |
25 | 29 |
26 | 30 |
27 int prevTouchX; | 31 int prevTouchX; |
28 int prevTouchY; | 32 int prevTouchY; |
29 double prevDist; | 33 double prevDist; |
34 | |
30 // not many so dont bother with vectors/arrays? | 35 // not many so dont bother with vectors/arrays? |
31 TwoVector touch0; | 36 TwoVector touch0; |
32 TwoVector touch1; | 37 TwoVector touch1; |
33 TwoVector prevTouch0; | 38 TwoVector prevTouch0; |
34 TwoVector prevTouch1; | 39 TwoVector prevTouch1; |