<div dir="ltr">Yes it does! If I remember correctly it relies on Hongchan&#39;s design pattern here: <a href="https://developers.google.com/web/updates/2018/06/audio-worklet-design-pattern">https://developers.google.com/web/updates/2018/06/audio-worklet-design-pattern</a><br><br>~Jack</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 25, 2020 at 3:20 PM Brad Garton &lt;<a href="mailto:garton@columbia.edu">garton@columbia.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Me too, and I&#39;m very interested.  Does it use WASM (sounds like it does)?<br>
<br>
brad<br>
<br>
On Tue, Aug 25, 2020 at 2:53 PM M. Edward (Ed) Borasky &lt;<a href="mailto:znmeb@znmeb.net" target="_blank">znmeb@znmeb.net</a>&gt; wrote:<br>
&gt;<br>
&gt; This is the first I&#39;ve heard of WebChuck - is there a link to it?<br>
&gt; Google turned up nothing.<br>
&gt;<br>
&gt; On Tue, Aug 25, 2020 at 11:39 AM Jack Atherton &lt;<a href="mailto:lja@ccrma.stanford.edu" target="_blank">lja@ccrma.stanford.edu</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; It doesn&#39;t! Never quite figured out architecturally how this might work. The workaround would be to use some JavaScript mechanism for communicating with outside programs, then use global variables to communicate between JS and ChucK.<br>
&gt; &gt;<br>
&gt; &gt; ~Jack<br>
&gt; &gt;<br>
&gt; &gt; On Tue, Aug 25, 2020 at 5:02 AM Mícheál Ó Catháin &lt;<a href="mailto:micheal.ocathain@gmail.com" target="_blank">micheal.ocathain@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; hi there,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Webchuck is such an excellent development - thanks for all the work that has gone into this by Jack (and others I&#39;m sure).  Hopefully I&#39;ll be able to contribute in some way in future, after getting up the learning curve a bit more!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I have a question about using OSC with webchuck...<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I have a .ck script running on my local machine, using OSC to emit messages every X samples of a .wav file played by a SndBuf.<br>
&gt; &gt;&gt; These OSC messages are received by a webpage on my local machine.<br>
&gt; &gt;&gt; For this receiver I am running the page using node.js, and...<br>
&gt; &gt;&gt; * <a href="https://github.com/automata/osc-web" rel="noreferrer" target="_blank">https://github.com/automata/osc-web</a><br>
&gt; &gt;&gt; * <a href="http://socket.io" rel="noreferrer" target="_blank">socket.io</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Locally, this works fine - as I play the .wav file via ChucK on MiniAudicle, the webpage at localhost:3000 displays the OSC messages as I&#39;d expect.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; However when I try to run this same .ck file using Webchuck, I get the following error message:<br>
&gt; &gt;&gt; chucknode.js:189 [<a href="http://osc-eibhlin.ck" rel="noreferrer" target="_blank">osc-eibhlin.ck</a>]:line(38): undefined type &#39;OscOut&#39;...<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Does Webchuck feature OSC messages yet?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks<br>
&gt; &gt;&gt; Micheal<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; chuck-users mailing list<br>
&gt; &gt;&gt; <a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
&gt; &gt;&gt; <a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; chuck-users mailing list<br>
&gt; &gt; <a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
&gt; &gt; <a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Borasky Research Journal <a href="https://www.znmeb.mobi" rel="noreferrer" target="_blank">https://www.znmeb.mobi</a><br>
&gt;<br>
&gt; Markovs of the world, unite! You have nothing to lose but your chains!<br>
&gt; _______________________________________________<br>
&gt; chuck-users mailing list<br>
&gt; <a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
&gt; <a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br>
</blockquote></div>