Re: [PD] PDuino/Firmata - arduino object - PWM servo problem

2013-05-03 Thread Maciej Sledziecki
Solved the problem - has nothing to do with the PD object but only with the behaviour of the Arduino servo library: On boards other than the Mega, use of the library disables analogWrite() (PWM) functionality on pins 9 and 10, whether or not there is a Servo on those pins.

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-05-03 Thread Julian Brooks
Hey Martin / all, Oh there's much chin scratching and head shaking going on at our end atm... Can we ask if we have the hardware configured correctly before moving onto software issues please: Attached is the diagram of our 4051 mux'er. This is what we have and aren't sure if it's correct 16

[PD] [PD-announce] [RADICAL] use of biotechnology to integrate networked bodies and interactive dance

2013-05-03 Thread Marco Donnarumma
Dear Pd'rs, the Xth Sense (made in Pd/Linux) is at the core of this large-scale biophysical interactive dance project we premiere today in New York. Some pics of the backstage at the bottom website link. Feel free to distribute through your networks! best wishes, \

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-05-03 Thread Julian Brooks
Ok - thanks for that, makes more sense now. When I run the C code this happens: ./jb_d6t_reader_ic3 0 ...export file accessed, new pin now accessible ...direction set to output ./jb_d6t_reader_ic3: initialized:0 Write failed (5) Input/output error ...unexport file accessed, pin now

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-05-03 Thread Martin Peach
On 2013-05-03 12:34, Julian Brooks wrote: Ok - thanks for that, makes more sense now. When I run the C code this happens: ./jb_d6t_reader_ic3 0 ...export file accessed, new pin now accessible ...direction set to output ./jb_d6t_reader_ic3: initialized:0 Write failed (5) Input/output error

[PD] pd - svg

2013-05-03 Thread Jonathan Wilkes
A few points: * you can open svg in a browser * you can _zoom_ svg in a browser for decent results (it's a vector drawing) * in safari you can select text in an svg (but not Firefox because of a bug, although you can stil ctrl-c it) * much (but not all) of tk canvas has corresponding drawing

Re: [PD] ESI Gigaport HD+ on RPI

2013-05-03 Thread Thomas Grill
Hey Antoine, thanks for your efforts - that's great news! gr~~~ -- Thomas Grill http://g.org Am 02.05.2013 um 17:20 schrieb Antoine Villeret: Hi, I got an ESI Gigaport HD+ to work on the RPi 8 outputs at 48kHz / 24bit, no input with alsa backend without dwc_otg.speed=1 option I also