diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-12-12 21:57:21 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-12-12 21:57:21 +0000 |
| commit | 1369877fa5dfa46f54cc3ffc3d231e661505105c (patch) | |
| tree | 8ab16054f19a5378a8d2d6f3d078326fc33de1ca /gui/src/ofApp.h | |
| parent | 983d4a8a596a680edc9a1bc78a6b5b61b6486be5 (diff) | |
update oF
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 8 |
1 files changed, 8 insertions, 0 deletions
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; + }; |
