diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-12-17 22:16:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-12-17 22:16:49 +0000 |
| commit | 3a937c1566ab04b5e9ebf4712d47e19a704539e3 (patch) | |
| tree | 7a6adca7ea01b9e5272976c238c275b69346ca4d /gui/src/ofApp.h | |
| parent | 1369877fa5dfa46f54cc3ffc3d231e661505105c (diff) | |
POC
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index b426cb2..6d6932c 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -58,7 +58,7 @@ enum Source{ Source_end }; - +#define PORT 7070 @@ -277,6 +277,6 @@ class ofApp: public ofBaseApp, public ofxMidiListener { ofxOscReceiver receiver; - + vector<colourPolyline> oscpoly; }; |
