Hi Joachim,
Joachim Goßmann wrote:
I am using SuperCollider in an OSC-loop with a JAVA application on
another machine in a museum installation.
Basically, a WACOM-tablet is connected to SC3 and its events are
forwarded to the JAVA-app, which in turn instantiates, deallocates
and modulates synths.
Generally, everything runs fine, only occasionally it prints...
evtype 25
...into the post window.
you are on Linux, I guess?
which event types does the WACOM device have?
(this should show up with the commands from the LID help file)
Can you post the output of that here?
I suspect that evtype 25 is an event that's not supported somehow, but
I'm not sure whether 25 is hexadecimal (in which case it surely isn't
supported, and it should be filtered out in SC_LID.cpp) or decimal (in
which case it should be supported).
sincerely,
Marije