nosuchtim / keykit

KeyKit - an algorithmic MIDI scripting language and GUI system
Other
98 stars 7 forks source link

sysex handling is broken #9

Closed vizicist closed 1 year ago

vizicist commented 2 years ago

sysex handling used to work fine in the 32-bit version (many years ago), but I think it's totally broken in the 64-bit version.

vizicist commented 2 years ago

The custom handling of low-level MIDI in the windows version should be replaced with either portmidi or rtmidi.

nosuchtim commented 2 years ago

FYI - if you want a sysex-capable version of KeyKit, just use the 32-bit version (a compiled version is in the dist directory)

vizicist commented 1 year ago

The recent changes to make use of rtmidi are intended to solve this issue, and should also simplify resurrecting the support for some of the other platforms.