-
Graham Hinton asks:
> There seems to be a blindspot in SysEx Librarian in that it assumes that a SysEx dump is manually initiated.
> Could you make it send out a SysEx dump request message (which wou…
-
FYI, the latest version of the Novation Launchpad Pro has Session disabled until DAW mode is initialized. The following sysex needs to be sent to the 3rd Launchpad MIDI port:
`F0 00 20 29 02 0E 10 01…
-
I'd been successfully using the rtmidi backend on mac to write long sysex files to a device that was open in another rtmidi session, but I found one of my code users on ubuntu 18.04 was running into p…
-
Hi! Thanks for your work! Found the library quite useful when playing with cl-collider.
This is not an issue, rather a question. I can't quite figure out, how do I send/receive SYSEX messages using…
-
I had to revert to 4.3.1 release since using v5.0.2 I had Sysex messages corruption.
Difficult to debug but basically my setup is device (32U4 based) receives sysex "heartbeat" message every 2s from …
-
Serial 1.0 does not scale well. Update to Serial 2.0 but with a different ID and this time allocate separate bytes for command and port.
Current:
```
0 START_SYSEX (0xF0)
1 SERIAL_DATA …
-
Getting familar with SysEx control of the pedals, it seems that the command to place effects into the various 'slots' uses a ID as follows.
https://www.thegearpage.net/board/index.php?threads/midi-c…
-
I have been beating my head against this issue for a while, and perhaps there is something I am missing. It appears that the Casio CZ-101 (and CZ-1000) require the computer to request each patch one a…
-
`example/test_sysex.rs` crashes with the following cl output:
```
Creating virtual input port ...
Connecting to port 'My Test Input:midir-test 130:0' ...
Starting to send messages ...
Sending Not…
-
I am using the nRF52 Feather as peripheral device for two way MIDI communication (MIDI foot controller).
Reading messages seems to cause occasional errors:
The central device is sending packets …