Hi,
Is there Wacom tablet support for the newers versions of PD on OSX?
Thanks,
No, someone would have to write an object to the Wacom API since they
decided not use the HID API. On GNU/Linux, the wacom's use the HID
API, so they'll work with [hid].
.hc
On Apr 3, 2008, at 3:35 PM, enrique franco wrote:
Hi,
Is there Wacom tablet support for the newers versions of PD on OSX?
Thanks,
-- Enrique Franco Telefono/Phone: +572 5552334 ext 388 Webpage: http://richie.idc.ul.ie/~enrique/ http://www.iua.upf.es/~ffranco/pfm.htm _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better
language; and every chapter must be so translated.... -John Donne
Ok. Is there another application that reads the Wacom tablet parameters and send it via OSC, MIDI, etc? In this way I could read it in PD.
Enrique
On Thu, Apr 3, 2008 at 3:59 PM, Hans-Christoph Steiner hans@eds.org wrote:
No, someone would have to write an object to the Wacom API since they decided not use the HID API. On GNU/Linux, the wacom's use the HID API, so they'll work with [hid].
.hc
On Apr 3, 2008, at 3:35 PM, enrique franco wrote:
Hi,
Is there Wacom tablet support for the newers versions of PD on OSX?
Thanks,
-- Enrique Franco Telefono/Phone: +572 5552334 ext 388 Webpage: http://richie.idc.ul.ie/~enrique/http://richie.idc.ul.ie/%7Eenrique/ http://www.iua.upf.es/~ffranco/pfm.htmhttp://www.iua.upf.es/%7Effranco/pfm.htm _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies, one chapter is not torn out of the book, but translated into a better language; and every chapter must be so translated.... -John Donne
Am 03.04.2008 um 22:59 schrieb Hans-Christoph Steiner:
No, someone would have to write an object to the Wacom API since
they decided not use the HID API. On GNU/Linux, the wacom's use the
HID API, so they'll work with [hid].
A related problem is that Wacom doesn not allow the disclosure of the
API source code, hence all Windows or OSX objects can't be open source.
I actually have an object for OSX (on http://grrrr.org/ext/beta). It's
hardly tested, so no guarantees....
gr~~~
-- Thomas Grill http://grrrr.org
I wonder if anybody has written a Wacom app the sends all its data
over network sockets... In geneal, this is a very handy way to
interface pd through netreceive, as it de-couples the device drivers
from pd and often works better than a "native" app.
/Mikael
On 3 Apr 2008, at 22:17, Thomas Grill wrote:
Am 03.04.2008 um 22:59 schrieb Hans-Christoph Steiner:
No, someone would have to write an object to the Wacom API since
they decided not use the HID API. On GNU/Linux, the wacom's use
the HID API, so they'll work with [hid].A related problem is that Wacom doesn not allow the disclosure of
the API source code, hence all Windows or OSX objects can't be open
source. I actually have an object for OSX (on http://grrrr.org/ext/beta).
It's hardly tested, so no guarantees....gr~~~
-- Thomas Grill http://grrrr.org
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
On Apr 3, 2008, at 5:17 PM, Thomas Grill wrote:
Am 03.04.2008 um 22:59 schrieb Hans-Christoph Steiner:
No, someone would have to write an object to the Wacom API since
they decided not use the HID API. On GNU/Linux, the wacom's use
the HID API, so they'll work with [hid].A related problem is that Wacom doesn not allow the disclosure of
the API source code, hence all Windows or OSX objects can't be open
source. I actually have an object for OSX (on http://grrrr.org/ext/beta).
It's hardly tested, so no guarantees....
Where did you see that you can't release source code related to the
Wacom API? This is the only thing that I could find, and it says
only the underlying protocol is subject to NDA:
http://www.wacomeng.com/devsupport/ibmpc/wacomwindevfaq.html
"A very few individuals doing such things as university research have
signed nondisclosure agreements (NDAs) with Wacom to get the data
format and other information needed to communicate directly with the
tablet. The data packets for Intuos are considerably more complex
than the data format for the older tablets and may well change in the
future. There is generally no good reason to directly communicate
with the tablet instead of using Wintab, but if you have a unique
situation, you can contact Wacom's Product Management to see about
signing an NDA."
.hc
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.