From 5309ef89393aa56083d1c2238c517c3d576907ec Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 17 Apr 2023 09:33:29 +0100 Subject: nextus skeleton compiles --- nextus/src/ofApp.cpp | 30 ++++++++++++++++-------------- nextus/src/ofApp.h | 3 +++ 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/nextus/src/ofApp.cpp b/nextus/src/ofApp.cpp index 4f0624c..71ece45 100644 --- a/nextus/src/ofApp.cpp +++ b/nextus/src/ofApp.cpp @@ -7,23 +7,12 @@ const ofPoint outputWindowSize=ofPoint(1200,900); //-------------------------------------------------------------- void ofApp::setup(){ - +/* midiIn.listInPorts(); midiIn.openPort(0); midiIn.addListener(this); - - if( XML.loadFile("settings.xml") ){ - cout << "settings.xml loaded!" <