diff options
Diffstat (limited to 'nextus/src/ofApp.cpp')
| -rw-r--r-- | nextus/src/ofApp.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nextus/src/ofApp.cpp b/nextus/src/ofApp.cpp index 1964792..258f81f 100644 --- a/nextus/src/ofApp.cpp +++ b/nextus/src/ofApp.cpp @@ -12,6 +12,13 @@ void ofApp::setup(){ //midiIn.addListener(this); //TODO make a midi chooser + /* + Detect a MIDI controller + GUI elements all have an L button to learn + Load and save settings for MIDI GUI + + */ + load_settings(); |
