Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-25 Thread Julian Brooks
Just spotted this: https://github.com/kadamski/i2c-gpio-param Could be useful On 25 April 2013 15:54, Martin Peach wrote: > On 2013-04-25 10:37, Julian Brooks wrote: > >> 'Nother 2 dumb questions: >> What's the difference between the ones that have spider/centipede type >> legs and the straight

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread o...@onyx-ashanti.com
I was just wondering. would it be possible to use the mp3streamout~ object to stream directly to a modern browser? to make it listen for the stream somehow, without shout/icecast, and just play? shouldnt it be as simple as; pd to mp3streamout mp3streamout to port number port to (i dont know...w

[PD] How to set up OpenCv in pd (Windows)

2013-04-25 Thread skafrenz
Hello everyone, I could not find instructions about how to set up OpenCv for Pure Data (Windows). Can anyone help or tell me where to find instructions? Thank you guys :) Francesco ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> ht

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread s p
WebPd isn't able to deal with really heavy patches. In fact that performance was running the biggest patch I've ever tried with it, you can judge by yourself whether that's heavy : https://gist.github.com/sebpiq/5462949 I would say the biggest problem with WebPd right now is its lack of objects.

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread o...@onyx-ashanti.com
cool video. I dont know if my synthesis and performance system would work from a server and if it did, i doubt i would get the 2-5ms latency i am comfortably getting now. is webpd able to deal with heavy patches? the idea sounds interesting. what is the realtime latency of webpd in real terms?i

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread s p
Or you could try a different approach. Instead of streaming the audio, generate it client-side ... example, this performance that I did last week-end with WebPd : https://vimeo.com/64514693 2013/4/25 august > > Onyx, > > Interesting idea. > > What kind of threshold are you looking for regarding

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread august
Onyx, Interesting idea. What kind of threshold are you looking for regarding latency? I assume this would be for a local network, right? If I were you, I would first try to fine-tune your current setup by getting all latency variables as low as possible (icecast, pd+oggcast~, and the html aud

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread Martin Peach
On 2013-04-25 10:36, o...@onyx-ashanti.com wrote: Thanks for getting back to me do quickly. Is there a network audio object (s) that can output standard formatted audio? I don't know. netjack? The thing with browsers is they run TCP, which is not good for low-latency audio. Maybe you want a

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-25 Thread Martin Peach
On 2013-04-25 10:37, Julian Brooks wrote: 'Nother 2 dumb questions: What's the difference between the ones that have spider/centipede type legs and the straight ones (which would be best to get). The PDIP package is what you want, not the SOIC. The only difference is size. DIP packages are hum

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-25 Thread Julian Brooks
'Nother 2 dumb questions: What's the difference between the ones that have spider/centipede type legs and the straight ones (which would be best to get). And also are you attaching the MC14051 to any type of board/adaptor or just soldering straight on to the pins? Thanks for the above info too - r

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread o...@onyx-ashanti.com
Thanks for getting back to me do quickly. Is there a network audio object (s) that can output standard formatted audio? On Apr 25, 2013 4:32 PM, "Martin Peach" wrote: > Well, [udpsend~] is meant to work with [udpreceive~], so you really have > to run Pd on both ends of the connection. Of course

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread Martin Peach
Well, [udpsend~] is meant to work with [udpreceive~], so you really have to run Pd on both ends of the connection. Of course you are free to modify the code to make it work with your setup -- that would mean integrating [udpsend~] into the server and [udpreceive~] into the clients' browsers, wh

[PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread o...@onyx-ashanti.com
Greetings! I hope all is well with you. I wanted to ask if i might gain some of your insight on a project i am undertaking. I am currently attempting to stream my audio into html5 capable web browsers of smartphones. i have created a local network and installed nginx as my webserver. i and a f

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-25 Thread Martin Peach
On 2013-04-25 07:10, Julian Brooks wrote: "I'm trying to think how this could be generalized into a useful Pd external but it seems very specific to a particular setup." I do think a more general [i2c] object would be super-useful. Particularly if it could directly open up and access the i2c li

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-25 Thread Julian Brooks
"I'm trying to think how this could be generalized into a useful Pd external but it seems very specific to a particular setup." I do think a more general [i2c] object would be super-useful. Particularly if it could directly open up and access the i2c line. Not sure how he does it but wiringPi ha

[PD] PCD8544 (Nokia 3110 and 5110 84×48 LCD) on Raspberry Pi

2013-04-25 Thread Julian Brooks
Hi all, Bit of an initial punt here: Before I dive into experimenting with the above lcd display does anyone have any experience with these and had it working with Pd? I've bought a rather nice readymade board for use with the RPi http://www.raspberrypi.org/phpBB3/viewtopic.php?f=59&t=38204 and