summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h
index 03120e4..7a76da3 100644
--- a/gui/src/ofApp.h
+++ b/gui/src/ofApp.h
@@ -4,6 +4,7 @@
#include "ofxDmx.h"
//#include "ofxArtnet.h"
#include "ofxMidi.h"
+#include "ofxSyphon.h"
#include "chainImageSet.h"
@@ -137,4 +138,11 @@ class ofApp : public ofBaseApp, public ofxMidiListener{
bool commandPressed;
+ ofxSyphonServer mainOutputSyphonServer;
+ // ofxSyphonServer individualTextureSyphonServer;
+
+ ofxSyphonClient mClient;
+
+ bool bSmooth;
+
};