summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2017-12-29 03:36:45 +0000
committerTim Redfern <tim@getdrop.com>2017-12-29 03:36:45 +0000
commit4c9570bdf49ec3a6517e5be60fc960d7d9cdbed0 (patch)
treeeb4278452a7f67a30bc6341f7df8b0d6e1fe98be /gui/src/ofApp.h
parentb470c73bfc271c032f4df9a3fd1b9770cf627f00 (diff)
syphon output
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;
+
};