Re: [PD] tcpclient sending more than 1 send at once

2008-09-09 Thread Claude Heiland-Allen
Martin Peach wrote: The idea is to expand it to fit circumstances as they arise. I hadn't really tried OSC over TCP, so I wasn't aware of this problem. I agree it needs fixing, I'm just not sure of the best way at the moment. It could be simpler to prefix the OSC packet with its length.

Re: [PD] tcpclient sending more than 1 send at once

2008-09-09 Thread Martin Peach
Claude Heiland-Allen wrote: Martin Peach wrote: The idea is to expand it to fit circumstances as they arise. I hadn't really tried OSC over TCP, so I wasn't aware of this problem. I agree it needs fixing, I'm just not sure of the best way at the moment. It could be simpler to prefix the

Re: [PD] tcpclient sending more than 1 send at once

2008-09-09 Thread IOhannes m zmoelnig
Claude Heiland-Allen wrote: Martin Peach wrote: The idea is to expand it to fit circumstances as they arise. I hadn't really tried OSC over TCP, so I wasn't aware of this problem. I agree it needs fixing, I'm just not sure of the best way at the moment. It could be simpler to prefix the

Re: [PD] tcpclient sending more than 1 send at once

2008-09-09 Thread Roman Haefeli
On Tue, 2008-09-09 at 08:41 -0400, Martin Peach wrote: Claude Heiland-Allen wrote: Martin Peach wrote: The idea is to expand it to fit circumstances as they arise. I hadn't really tried OSC over TCP, so I wasn't aware of this problem. I agree it needs fixing, I'm just not sure of the

Re: [PD] Read damaged sound file

2008-09-09 Thread Ricardo Dueñas Parada
Yes indeed, I didn´t know that. It worked too. Thans. _Ricardo 2008/9/9 IOhannes m zmoelnig [EMAIL PROTECTED] Ricardo Dueñas Parada wrote: Thanks, in fact soundfiler did it. I just had to specify things to override. well [readsf~] should have worked as well (you can override headerchunk,

Re: [PD] tcpclient sending more than 1 send at once

2008-09-09 Thread Roman Haefeli
On Tue, 2008-09-09 at 09:17 -0400, Martin Peach wrote: Roman Haefeli wrote: i think, i am going to do the frame length part myself. for me the problem is solved (i don't need anyone to change any code). thanks! Great! Let us know what you come up with, it should be added to the help

Re: [PD] hardware with digital inputs for the hid protocol

2008-09-09 Thread Hans-Christoph Steiner
100 digital inputs is a lot. I think you could use one of many HID boards, then use multiplexers, shift registers, or something like that to get the 100 digital inputs that you need. Here are some open source HID boards: http://1010.co.uk/avrhid.html http://www.create.ucsb.edu/~dano/CUI/

Re: [PD] hardware with digital inputs for the hid protocol

2008-09-09 Thread simone-www . io-lab . org
hi thanks for the quick reply, i was on you site/blog all evening looking for info yep multiplexing is a way to go, i use midibox hardware so i could probably reuse the digital input schematics from there, ic 74hc165, i hope i can find some multiplexing code in the link you ve sent me i already

Re: [PD] select audio midi from patch

2008-09-09 Thread Hans-Christoph Steiner
If you get inspired, it would be great to have a working Pd patch demo to include in the documentation. It would work well in the 'pd-msg' documentation in Browser - manuals - pd-msg Just submit a patch to the patch tracker and I'll happily include it.

Re: [PD] sending OSC bundles. + help files?

2008-09-09 Thread Hans-Christoph Steiner
On Mon, 8 Sep 2008, Damian Stewart wrote: Olivier Heinry wrote: You should use mrpeach's objects for bundles and OSC in a general mamner. They are in pd-extended as well as in subversion. i just watched yet another pd newbie struggle and have lots of pain trying to do a very simple thing

Re: [PD] questions about Firmata and [arduino]

2008-09-09 Thread Hans-Christoph Steiner
On Mon, 8 Sep 2008, Adityo Pratomo wrote: Hi there everyone. Lately i've been working with an arduino board loaded with the firmata firmware and then i use the [arduino] object to read the input from the sensor that connected to the board's input port. For the firmware, i choose to upload the