diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-12-12 21:57:21 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-12-12 21:57:21 +0000 |
| commit | 1369877fa5dfa46f54cc3ffc3d231e661505105c (patch) | |
| tree | 8ab16054f19a5378a8d2d6f3d078326fc33de1ca /gui/src/ofApp.cpp | |
| parent | 983d4a8a596a680edc9a1bc78a6b5b61b6486be5 (diff) | |
update oF
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index 9efdead..7641664 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -126,7 +126,7 @@ void ofApp::setup(){ //============================ MIDI - midiIn.listPorts(); + midiIn.listInPorts(); midiIn.openPort(0); midiIn.addListener(this); |
