-
Chunk long messages to reduce chance of failure.
Current workaround is Linux specific and generally bad.
-
Issue noticed while updating shared-modules reference, updating to fdo 24.08 and updating metadata of [dtipbijays](https://github.com/flathub/com.scoutshonour.dtipbijays)
Relevant logs:
```
-- …
-
Because XG rules.
-
Accept sysex messages dumping FM patches for easily loading files. Probably need some simple utility to convert patch files (e.g. `.dmp`, `.opm`) to the sysex format created.
-
Hello,
I am trying to update the sysex message sent by a modulator in a Lua method but I can't get this to work. Using
`panel:getModulatorByName(modulatorName):getMidiMessage():setSysExFormul…
MicDG updated
2 years ago
-
I think it would be good to test out and document what other MIDI messages are used by the Katana.
Especially CC and PC, there will probably be some of them that are functional.
-
Continuing #1475.
SysEx strings, at least 32 bytes long, are required by any GM/GS/XG/GM2-compliant MIDI event sources/targets, most of them vital for the compliant sources/targets to work properly…
-
Right now sysex messages are treated as MetaEvents which are prefixed by 0xFF, but it looks like SysEx events don't require this prefix either in realtime or in midi files.
I believe this can be fi…
-
Hello :wave:
I am trying to use my Mininova with Ubuntu 18.04. I compiled ultranova4linux and managed to have all the basic control (notes, control changes, nrpn) working correctly over USB. Howeve…
-
Thinking it would be cool if we kept some documentation around of SYSEX commands people are using. Things such as the codes for neopixel interaction in node-pixel or the accelerometers in playground-…