diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-04-25 11:25:10 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-04-25 11:25:10 +0100 |
| commit | f50dd71c019a901c032ce87fc007a76198a02632 (patch) | |
| tree | cd4c86d3365750673a7a35d74e626a541da43629 | |
| parent | 18465815cd28b034ee4a755904a4d8084b00b4e9 (diff) | |
add comment
| -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(); |
