<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
@adityo: it really depends on what you need. obviously, if Pd is running on the server, the audio will be generated on the server as well, so people might not hear anything (unless they happen to sit in the server room)<br>

if it is just about listening to a patch of yours, the traditional approach would involve running Pd on the server and streaming the audio to an icecast2 (or similar) streamingserver to which people can connect in order to hear the stream.<br>

if you want more interactivity, you can use http/php/xmlrpc/irc/... to communicate with Pd (using [netreceive] or similar), so people can change parameters.<br>
<br>
fgmasdr<br><font color="#888888">
IOhannes<br>
</font><br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br><br clear="all"><br>so basically by using [netreceive] and php i can deploy Pd in a server, and then people can use their own client (without installing Pd) to play with the parameters? Is this what you&#39;re trying to say?<br>
<br>To light things up, i read that Processing can be deployed as a Java in a website, so browser with a Java plugin can actually see the work done with Processing. I&#39;m just curious, is this can also be applied in Pd, without actually rewrite Pd as a Java code?<br>
<br>Thank you in advance <br>