[Csnd] Csound Emscripten
Date | 2014-04-10 20:52 |
From | Rory Walsh |
Subject | [Csnd] Csound Emscripten |
Ed, Steven, would you guys be able to create a webpage using this tool that could load an example from the manual via a link? Ala: http://eddyc.github.io/CsoundEmscripten?raw.githubusercontent.com/csound/manual/master/examples/adsr.csd |
Date | 2014-04-11 17:23 |
From | Ed Costello |
Subject | Re: [Csnd] Csound Emscripten |
I'm not familiar too much with web stuff so Steven would probably know
better how to do this with what we have at the moment. However I intend
to make some examples for the upcoming LAC that are basically the manual
with the ability to compile and run the example code on the webpage. EdOn 10 April 2014 21:52, Rory Walsh <rorywalsh@ear.ie> wrote: Ed, Steven, would you guys be able to create a webpage using this tool |
Date | 2014-04-11 20:18 |
From | Steven Yi |
Subject | Re: [Csnd] Csound Emscripten |
Eh, I'd be a bit suspicious of any page that would load and evaluate code from another domain. It'd be better if something was packaged with the manual or could be dropped into a folder with the manual. I'm busily working away on a few different things at the moment, so I'll have to pass on this. The documentation that Victor put together for pNaCl in the csound6/nacl/docs folder is pretty clear, IMO, though a step-by-step tutorial might be nice. Maybe someone here could volunteer some time to build something to achieve this goal. (To note, I hope to have my Csound Notebook server up online within the next few days. Maybe the HTML code could be useful when that's up.) On Fri, Apr 11, 2014 at 12:23 PM, Ed Costello |
Date | 2014-04-13 05:36 |
From | Andres Cabrera |
Subject | Re: [Csnd] Csound Emscripten |
Hi,
On Fri, Apr 11, 2014 at 12:18 PM, Steven Yi <stevenyi@gmail.com> wrote: Eh, I'd be a bit suspicious of any page that would load and evaluate Try using NoScript and you'll see that all pages do this :) Cheers, Andrés |
Date | 2014-04-13 18:58 |
From | Steven Yi |
Subject | Re: [Csnd] Csound Emscripten |
That's true, I guess I was thinking about XSS scripting attacks and being careful about that. Either way, I still have no time for this at the moment. :P If someone else wants to contribute some time, I could certainly assist, but can't put any significant time into this right now. On Sun, Apr 13, 2014 at 12:36 AM, Andres Cabrera |