From 3a937c1566ab04b5e9ebf4712d47e19a704539e3 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 17 Dec 2018 22:16:49 +0000 Subject: POC --- gui/src/ofApp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/src/ofApp.h') 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 oscpoly; }; -- cgit v1.2.3