anyone know about these? http://www.phidgets.com/ i reckon they'd be quite handy if there was some software to make them talk to Pd. custom hardware control... ideas?
r
% evol~~~~~~ http://www.mego.at/evol.html
% alku~~~~~~ http://personal.ilimit.es/principio
% imbécil~~~ http://imbecil.net
% foofoofoo~ http://imbecil.net/foofoofoo
Le 14 Décembre 2004 07:55, roc a écrit :
anyone know about these? http://www.phidgets.com/ i reckon they'd be quite handy if there was some software to make them talk to Pd. custom hardware control... ideas?
Nifty gadgets. But the software library is for M$ only (and not free).
Marc Lavallée wrote:
Le 14 Décembre 2004 07:55, roc a écrit :
anyone know about these? http://www.phidgets.com/ i reckon they'd be quite handy if there was some software to make them talk to Pd. custom hardware control... ideas?
Nifty gadgets. But the software library is for M$ only (and not free).
but there are open source libraries for linux. a python module is available, too:
http://libphidgets.alioth.debian.org/
you could write a small python script, that sends data over the fudi or OSC protocol to pd. or write a phidgets external.
oliver oli a écrit :
but there are open source libraries for linux. a python module is available, too:
Great!
It works with four interface kits: # 4-Motor PhidgetServo # InterfaceKit 0/0/4 # InterfaceKit 8/8/8 # InterfaceKit 0/16/16
The 8/8/8 kit is described as the most popular, but it is discontinued and out of stock.
you could write a small python script, that sends data over the fudi or OSC protocol to pd.
Or write python scripts for the pyext external.
or write a phidgets external.
That would be more portable.
-- Marc