diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-14 21:11:07 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-14 21:11:07 +0100 |
| commit | 5a746fd8994e2601e14b8e186c25acd571685792 (patch) | |
| tree | d9d6dd882a4fac4d7cd013a2cef1bcabe556e591 /lasertext/src/ofApp.h | |
| parent | 4d2fda8f0807957b9fbcf77656aa361c5954db9f (diff) | |
osc options
Diffstat (limited to 'lasertext/src/ofApp.h')
| -rw-r--r-- | lasertext/src/ofApp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lasertext/src/ofApp.h b/lasertext/src/ofApp.h index f347b8e..d1cb4cf 100644 --- a/lasertext/src/ofApp.h +++ b/lasertext/src/ofApp.h @@ -4,12 +4,16 @@ #include "ofxSvg.h" #include "ofxGui.h" #include "ofxXmlSettings.h" +#include "ofxOsc.h" #include "ofxHelios.h" #include "lineTransformer.h" #include "colourPolyline.h" #include "vectortext.h" +// OSC listening port +#define PORT 12345 + /* priorities 2023 @@ -234,4 +238,7 @@ class ofApp : public ofBaseApp{ ofPoint outputPosition; float outputScale; + + ofxOscReceiver receiver; + }; |
