diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-10-04 21:29:30 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-10-04 21:29:30 +0100 |
| commit | 33a8310b5d5e51c6262d63a8b6679dd129abecc0 (patch) | |
| tree | 428a4c148de4663c2cbcebdebc2daca73f64370d /passadesgui/src | |
| parent | ec4a59ed5dc4bd235c04636d311e021a7751b882 (diff) | |
correct offset
Diffstat (limited to 'passadesgui/src')
| -rw-r--r-- | passadesgui/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passadesgui/src/ofApp.cpp b/passadesgui/src/ofApp.cpp index babc284..769aa5c 100644 --- a/passadesgui/src/ofApp.cpp +++ b/passadesgui/src/ofApp.cpp @@ -1453,7 +1453,7 @@ void ofApp::newMidiMessage(ofxMidiMessage& msg) { } //=============================================== - offset=6; + offset=7; if (msg.channel==1&&msg.control==1+offset){ //pot |
