<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[running pd on website?]]></title><description><![CDATA[<p>Hey guys I'm currently working on a multimedia project and since about a week ago I realised that PD seems to be the tool for the job. I was wondering if there's a way I can run PD within a website so the audience can interact with the patch in a way AND still use data that is being gathered from the website, such as the audience's IP address so I could manipulate this data for a sound experience, e.g: if your IP address is from the US then a specific sound happens or if the IP is from EU then something else occurs, you get the point.</p>
<p>Do you know any tool I could also work with that could essentially give me a set of elements that I could play with on the web for sound making and isn't as complex as PD?<br />
any thoughts would be of huge help, thanks!!!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 14:32:33 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13146.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Nov 2020 01:23:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to running pd on website? on Wed, 25 Nov 2020 01:23:33 GMT]]></title><description><![CDATA[<p>Hey guys I'm currently working on a multimedia project and since about a week ago I realised that PD seems to be the tool for the job. I was wondering if there's a way I can run PD within a website so the audience can interact with the patch in a way AND still use data that is being gathered from the website, such as the audience's IP address so I could manipulate this data for a sound experience, e.g: if your IP address is from the US then a specific sound happens or if the IP is from EU then something else occurs, you get the point.</p>
<p>Do you know any tool I could also work with that could essentially give me a set of elements that I could play with on the web for sound making and isn't as complex as PD?<br />
any thoughts would be of huge help, thanks!!!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website</guid><dc:creator><![CDATA[miguellacorte]]></dc:creator><pubDate>Wed, 25 Nov 2020 01:23:33 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Wed, 25 Nov 2020 02:57:09 GMT]]></title><description><![CDATA[<p>Hi, I think you can take a look at <a href="https://mathr.co.uk/empd/" rel="nofollow">https://mathr.co.uk/empd/</a> to compile Pd to Javascript and Web Assembly.</p>
<p>There's also Purr Data on the Web: <div class="embed-container"><iframe src="//www.youtube.com/embed/DVU-tz8Wxl4" rel="nofollow">Purr Data on the Web" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><br />
but it's in alpha stage and still in development so I would say it's not really ready to be used. But you can <a href="https://cuinjune-purr-data.glitch.me/" rel="nofollow">try the demo</a> and learn about it from <a href="https://git.purrdata.net/jwilkes/purr-data/-/tree/emscripten/emscripten/project/purr-data" rel="nofollow">https://git.purrdata.net/jwilkes/purr-data/-/tree/emscripten/emscripten/project/purr-data</a></p>
<p>I'm planning to build something like <a href="http://danomatika.com/code/pdparty" rel="nofollow">PdParty</a> / <a href="http://droidparty.net/" rel="nofollow">PdDroidParty</a> for the web browser in a few weeks.<br />
It will allow the user to drag and drop a patch onto the webpage to load the patch and share the patch using the URL with the patch data appended. If this is successfully done, I will post it here and you could probably use it for your project. But you will still need to use Javascript to gather such data and use it as an input for a patch.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/2</guid><dc:creator><![CDATA[cuinjune]]></dc:creator><pubDate>Wed, 25 Nov 2020 02:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Wed, 25 Nov 2020 21:08:23 GMT]]></title><description><![CDATA[<p>Thanks for the info that looks awesome!! what about WebPD have you managed to give it a try? <a href="https://github.com/sebpiq/WebPd/" rel="nofollow">https://github.com/sebpiq/WebPd/</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/3</guid><dc:creator><![CDATA[miguellacorte]]></dc:creator><pubDate>Wed, 25 Nov 2020 21:08:23 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Wed, 25 Nov 2020 23:18:32 GMT]]></title><description><![CDATA[<p>I never tried it myself yet, but the author told me that Webpd is focused on efficiency. He is still working in it and will soon lead a workshop with us in fine Art school of Paris. So I might be able to give you some news soon.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/4</guid><dc:creator><![CDATA[60hz]]></dc:creator><pubDate>Wed, 25 Nov 2020 23:18:32 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Wed, 25 Nov 2020 23:31:02 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/miguellacorte">@miguellacorte</a> Yes, I tried WebPD a while ago but as I recall there were quite a few vanilla objects that are not supported, but it might be your option if your project can be done with the objects it supports. And it will be easier to setup  than the projects I mentioned above.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/5</guid><dc:creator><![CDATA[cuinjune]]></dc:creator><pubDate>Wed, 25 Nov 2020 23:31:02 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Thu, 26 Nov 2020 18:46:09 GMT]]></title><description><![CDATA[<p>You could build the whole stack and use Pd as a backend.  There are some javascript libraries that send OSC messages so the frontend could communicate with Pd over OSC. I haven't tried this and don't really know if it works but I'm thinking of trying that for a project.I'll let you know if I succeed (and maybe if I fail too)</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/6</guid><dc:creator><![CDATA[Maxiestudies]]></dc:creator><pubDate>Thu, 26 Nov 2020 18:46:09 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Thu, 03 Dec 2020 08:02:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/miguellacorte">@miguellacorte</a> FYI, I built the alpha version of the app I mentioned above, so check it out: <a href="https://github.com/cuinjune/PdWebParty" rel="nofollow">https://github.com/cuinjune/PdWebParty</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/7</guid><dc:creator><![CDATA[cuinjune]]></dc:creator><pubDate>Thu, 03 Dec 2020 08:02:19 GMT</pubDate></item><item><title><![CDATA[Reply to running pd on website? on Thu, 10 Dec 2020 01:11:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/cuinjune">@cuinjune</a> Omg thank you so much for this and your efforts what a beautiful program!!!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13146/running-pd-on-website/8</guid><dc:creator><![CDATA[miguellacorte]]></dc:creator><pubDate>Thu, 10 Dec 2020 01:11:56 GMT</pubDate></item></channel></rss>