[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Any ideas on this?



Hi Marjie,

Thanks for your reply!
Actually, SC3 for this runs on OSX - an SCTabletView is receiving the events from the Tablet. I managed to cause the unresponsive behaviour of the SCServer also by scratching the mouse on the SCTabletView element, without using the tablet.

Are

evtype 25

and

sendallto errno 47 Address family not supported by protocol family

possibly connected problems at all?

Regards,
Joachim


On Mar 2, 2006, at 8:38 PM, Marije Baalman wrote:

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