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

Re: [sc-users] wacom and hid



I did some further investigation, and this appears to be a general problem with the Wacom's HID interface, not just with supercollider. I tried running HID Explorer (HID Utilities Source is required too, both are at: http://developer.apple.com/samplecode/Hardware/idxHumanInterfaceDeviceForceFeedback-date.html ), and it shows the same problem that supercollider is having: the tablet shows up as a generic three button mouse, but all of the elements are non-functional. I'm going to send an email to Wacom about this.

- Scott Carver

On Dec 28, 2005, at 3:43 PM, tom tlalim wrote:

sorry, shold be
HIDDeviceService.devices.do{|src, i| src.product.find("Tablet").notNil.if{~tab = i.postln}  }

tom

On 29 Dec 2005, at 00:30, tom tlalim wrote:

HIDDeviceService.devices.do{|src, i| src.product.find("Tablet").notNil.if{i.postln}  }


..................................
..................................


_______________________________________________
sc-users mailing list