Tom Schouten
Tom Schouten
Hi, I keep running into this error and I'm a bit lost regarding how to start debugging it. I'm not quite sure how it happens, but in very vague terms...
MIDI messages larger than 16 bytes are silently dropped. This is easily triggered by sending sysex. Dropping happens in a2j_process_outgoing() The size is set by MAX_JACKMIDI_EV_SIZE, which is used in...
Haskell quickcheck allows gradual growing of test via the size parameter. In Lua quickcheck it appears this parameter is fixed to the sample size. Was this difference intentional? If not...