From 1369877fa5dfa46f54cc3ffc3d231e661505105c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 12 Dec 2018 21:57:21 +0000 Subject: update oF --- 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 e8c2640..b426cb2 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -9,6 +9,7 @@ #include "ofxSVG.h" #include "ofxClipper.h" #include "ofxMidi.h" +#include "ofxOsc.h" #include "ofxHelios.h" #include "lineTransformer.h" @@ -26,6 +27,7 @@ #include "ofxHistoryPlot.h" #include "Audioplotter.h" + /* doing the show @@ -52,6 +54,7 @@ enum Source{ SVG_outlines, SVG_segmenters, Audio, + OSC, Source_end }; @@ -270,5 +273,10 @@ class ofApp: public ofBaseApp, public ofxMidiListener { ofxXmlSettings XML; + //======================================= //osc for MAME + + + ofxOscReceiver receiver; + }; -- cgit v1.2.3