Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This library is awesome and I managed to make everything I need to work, except SysEx. I have an Arturia midi controller and I got in touch with then to know how to send the command OCTAVE UP. They told me the SysEx message should be:
Then I used webmidi library to send the message. I used this simple code below, extracting the device ID and data from the command above (provided by the manufacturer itself).
But nothing happens after executing this code. I used
{sysex:true}
and got no errors, everything looks fine. But the SysEx message looks not being understood or sent. Any other messages (notes, command change...) work pretty well with webmidi library.Beta Was this translation helpful? Give feedback.
All reactions