<div dir="ltr">Hello,<br><br>I would have Pd talk to whatever's hosting your webpage using OSC.<br><br>I wrote a piece a few years ago that had SuperCollider (but I later ported it to Pd) talking to a webpage I hosted on my computer via node.js via OSC (I think I used the 'node-osc' library in<br>particular). So Pd talks to node via OSC and then node calls js functions in your webpage's js files.<br><br>Then I targeted individual clients who connected to my page via soc <a href="http://ket.io">ket.io</a> so I could pick out invidiual cell phones to trigger sounds on (but this bit isn't necessary for the Pd -> webpage communication...)<br><br>I have the boilerplate from that piece abstracted out here: <a href="https://github.com/derekxkwan/socketMusicBoiler">https://github.com/derekxkwan/socketMusicBoiler</a> . Haven't looked at that repo basically since 2015 so not sure of the quality of the documentation...<br><br>Derek<br><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr"><br><a href="http://www.derekxkwan.com" target="_blank">www.derekxkwan.com</a><br><br> </div></div>
</div></div>