| Age | Commit message (Collapse) | Author |
|
|
|
|
|
struct.
|
|
|
|
|
|
Assume a single interface, for now.
|
|
|
|
|
|
|
|
|
|
interface control event. We shouldn't assert. This normally isn't an""
This reverts commit 2281a514846402af68aa4c97fcd206611c0969a1.
|
|
interface control event. We shouldn't assert. This normally isn't an"
This reverts commit f241ff389f9494836cdc45e621726c0b69b8daed.
|
|
control event. We shouldn't assert. This normally isn't an
error, either, so I don't want to use TU_VERIFY.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sense. Probably adding too many concurance issues; need to figure out
semaphores.
|
|
indicator pulse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
midi_device: Send message classes C and D as 2 bytes
|
|
.. sending these as two 1-byte messages with CIN of 0xF is
misinterpreted by OSes including Windows 10 and (reportedly)
Mac.
Testing performed: Ran the reproducer script, which sends Program
Change (0xCx) messages. I did not check with Change Pressure (0xDx)
messages, but expect the same thing.
Closes: #98
|
|
from signed char to int32_t
|
|
|
|
|
|
|
|
maybe refactor later
|
|
|
|
|