summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h4
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;
};