We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcde07a commit 2e7b747Copy full SHA for 2e7b747
index.js
@@ -168,9 +168,7 @@ function sendMidi(midiMsg) {
168
fail();
169
} else if (midiMsg.length !== 3) {
170
171
- } else if (!inRange(midiMsg[0]) ||
172
- !inRange(midiMsg[1]) ||
173
- !inRange(midiMsg)[2]) {
+ } else if (!inRange(midiMsg[1])) {
174
175
}
176
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jw-xtouch",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Wrapper for communicating with the Behringer X-Touch via midi",
5
"main": "index.js",
6
"scripts": {
0 commit comments