Hello, i would like to build a patch to control audio on internet for many users (everyone could send audio to the patch or control synthesis and could also hear their work in real time)... i've hard about different projects and also some objects... but i'm not quite sure about which objects could be the more approriate one to do this. Maybe do you know which one could fit to this project? or maybe do you have some idea on how build this patch???
thanks you for your help
best
juto
You can use PHP to open a socket to a netreceive and send the messages that way. see http://www.this.is/pallit/isjs and http://www.this.is/pallit/harmony
Pall
----- Original Message ----- From: "juto aviten" periclite@free.fr To: pd-list@iem.kug.ac.at Sent: Wednesday, March 19, 2003 5:30 PM Subject: [PD] control a patch on internet
Hello, i would like to build a patch to control audio on internet for many users (everyone could send audio to the patch or control synthesis and could also hear their work in real time)... i've hard about different projects and also some objects... but i'm not quite sure about which objects could be the more approriate one to do this. Maybe do you know which one could fit to this project? or maybe do you have some idea on how build this patch???
thanks you for your help
best
juto
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hi Juto, Maybe thats of interest to you. http://access.lowtech.org/e-gehirn/workshop.html
On Wednesday 19 March 2003 17:30, juto aviten wrote:
Hello, i would like to build a patch to control audio on internet for many users (everyone could send audio to the patch or control synthesis and could also hear their work in real time)... i've hard about different projects and also some objects... but i'm not quite sure about which objects could be the more approriate one to do this. Maybe do you know which one could fit to this project? or maybe do you have some idea on how build this patch???
thanks you for your help
best
juto
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Juto,
if you are into flash (which comes with socket capabilities) you can try the following:
flashserver external from Olaf http://www.akustische-kunst.org/puredata/flash/flash.html
flosc http://www.benchun.net/flosc/
otherwise, you can come pretty darn far with the 'netsend' and 'netreceive' objects inside of pd.
to experiment. make a netreceive external on say, port 3000 with a print object hanging off of it. then, telnet to localhost on port 3000 and type in stuff like "hallo; how is it going;"
you should then see the same text printed out by pd. dont forget the ";"'s. thats the end-of-line char for pd.
here is also a basic perl server, good for all purposes: http://www.devshed.com/Client_Side/Flash/XMLSockets/page3.html
it also explains how to use flash as a client.
good luck - august.
Hello, i would like to build a patch to control audio on internet for many users (everyone could send audio to the patch or control synthesis and could also hear their work in real time)... i've hard about different projects and also some objects... but i'm not quite sure about which objects could be the more approriate one to do this. Maybe do you know which one could fit to this project? or maybe do you have some idea on how build this patch???
thanks you for your help
best
juto
Hi,
it is quite easy to connect do a web-server via netsend and java. You just have to establish a connection from tomcat to pd and there you go. Some times ago I have written those classes, if you need them I can go and look out. For streaming out the content there are already some pd-objects.
michael plankton labs
Am Mit, 2003-03-19 um 18.30 schrieb juto aviten:
Hello, i would like to build a patch to control audio on internet for many users (everyone could send audio to the patch or control synthesis and could also hear their work in real time)... i've hard about different projects and also some objects... but i'm not quite sure about which objects could be the more approriate one to do this. Maybe do you know which one could fit to this project? or maybe do you have some idea on how build this patch???
thanks you for your help
best
juto
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list