Hi all,
i'd like to add that i would pass my existing source code on the
anyone stepping in (permission from Wacom provided).
In my view (and as far as i remember) what's missing for it to work
under Windows is just some window handling code.
gr~~~
Am 19.05.2009 um 13:25 schrieb João Pais:
You could try hidio, which is in SVN in externals/io/hidio. I
specifically worked on these kind of issues there. It should be
useable. I plan on making a proper release of it this summer.
.hc
On May 15, 2009, at 9:31 AM, Rich E wrote:
I tried these for a couple hours, quite a long ti
On Thu, May 14, 2009 at 7:27 AM, Hans-Christoph Steiner wrote:
>
> Check the help patch, there are some subpatches on the top illustrating
> alternate methods of specifying the device. vendorid/productid is quite
> useful
>
I tried these for a couple hours, quite a long time ago.. trying to comp
Check the help patch, there are some subpatches on the top
illustrating alternate methods of specifying the device. vendorid/
productid is quite useful, but I forgot if that is implemtned in GNU/
Linux. There are other ways too.
.hc
On May 13, 2009, at 11:47 AM, Rich E wrote:
Can you
On Wed, May 13, 2009 at 4:10 PM, Hans-Christoph Steiner wrote:
>
> You can use the [print( message and look for the wacom in the Pd window.
>
> .hc
>
Can you think of a way to route this information back to [hid]? The main
reason I use [linuxevent] instead of [hid] is because I don't have to cli
You can use the [print( message and look for the wacom in the Pd window.
.hc
On May 12, 2009, at 2:23 PM, Rich E wrote:
I use [linuxevent /dev/wacom] in linux... plus an abstraction.
Works fine and provides everything I need. [hid] does work, but you
have to know exactly what /dev/* file
I use [linuxevent /dev/wacom] in linux... plus an abstraction. Works fine
and provides everything I need. [hid] does work, but you have to know
exactly what /dev/* file to tell it to look at (it won't take the /dev/wacom
symlink).
Windows should be the only one that needs the official wacom driv
You can just use the linux input API to get the wacom data, [hid]
works with wacoms in GNU/Linux, at least last time I tried.
.hc
On May 11, 2009, at 1:11 PM, Stephen Sinclair wrote:
Isn't there actually a reverse engineered Wacom driver for Linux?
Couldn't this be used instead of having t