From 4c9570bdf49ec3a6517e5be60fc960d7d9cdbed0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 29 Dec 2017 03:36:45 +0000 Subject: syphon output --- gui/src/ofApp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gui/src/ofApp.h') 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; + }; -- cgit v1.2.3