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

Re: [sc-users] wacom and hid (HIDResponder)



BTW here's an HIDReponder class i wrote (which imho is missing in the distro to make the interface for hid and midi more similar)

you can simply go

c = HIDResponder({|a,b,c,d,e| ("Tablet: " ++ [a,b,c,d,e]).postln}, id:\Tablet )
c.remove

Attachment: HIDResponder.sitx
Description: Macintosh archive



enjoy!
tom