Csound Csound-dev Csound-tekno Search About

[Csnd] Csound Emscripten

Date2014-04-10 20:52
FromRory 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

Date2014-04-11 17:23
FromEd Costello
SubjectRe: [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.
Ed


On 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
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


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-04-11 20:18
FromSteven Yi
SubjectRe: [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  wrote:
> 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.
> Ed
>
>
> On 10 April 2014 21:52, Rory Walsh  wrote:
>>
>> 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
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>

Date2014-04-13 05:36
FromAndres Cabrera
SubjectRe: [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
code from another domain.

Try using NoScript and you'll see that all pages do this :)

Cheers,
Andrés

Date2014-04-13 18:58
FromSteven Yi
SubjectRe: [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  wrote:
> Hi,
>
> On Fri, Apr 11, 2014 at 12:18 PM, Steven Yi  wrote:
>>
>> Eh, I'd be a bit suspicious of any page that would load and evaluate
>> code from another domain.
>
>
> Try using NoScript and you'll see that all pages do this :)
>
> Cheers,
> Andrés