Csound Csound-dev Csound-tekno Search About

[Csnd] Proposal - Csound on Web Audio and Javascript

Date2014-03-26 17:08
FromRoger Kelly
Subject[Csnd] Proposal - Csound on Web Audio and Javascript
I have been looking at the Javascript WebAudio API a bit.  It has some basic sysnthesis.  

Has anyone considered porting Csound to  Javascript  based on WebAudio  so it could be used natively in the browser?  It could make for some really great possibilities.



Date2014-03-26 17:14
FromRory Walsh
SubjectRe: [Csnd] Proposal - Csound on Web Audio and Javascript
I know nothing of the WebAudio API, but have you seen this?
http://eddyc.github.io/CsoundEmscripten/
and there is also Csound for Google's Portable Native Client. You can
learn more about it in the sources, but if you want to create a quick
Csound-for-webpage you can use:
http://rorywalsh.github.io/RIBCsound/index.html
It will create and bundle all you need into a wekpage. There's a quick
video toot here:
https://vimeo.com/80376134

On 26 March 2014 17:08, Roger Kelly  wrote:
> I have been looking at the Javascript WebAudio API a bit.  It has some basic
> sysnthesis.
>
> Has anyone considered porting Csound to  Javascript  based on WebAudio  so
> it could be used natively in the browser?  It could make for some really
> great possibilities.
>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2014-03-26 17:53
FromRoger Kelly
SubjectRe: [Csnd] Proposal - Csound on Web Audio and Javascript
Emscripten is exactly what i am looking for!  I downloaded it but don't see the csoundObj js.  Do you know if that is available or how he built it.  I also see Steven Yi is mentioned on that page.


On Wed, Mar 26, 2014 at 12:14 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
I know nothing of the WebAudio API, but have you seen this?
http://eddyc.github.io/CsoundEmscripten/
and there is also Csound for Google's Portable Native Client. You can
learn more about it in the sources, but if you want to create a quick
Csound-for-webpage you can use:
http://rorywalsh.github.io/RIBCsound/index.html
It will create and bundle all you need into a wekpage. There's a quick
video toot here:
https://vimeo.com/80376134

On 26 March 2014 17:08, Roger Kelly <loraxman@gmail.com> wrote:
> I have been looking at the Javascript WebAudio API a bit.  It has some basic
> sysnthesis.
>
> Has anyone considered porting Csound to  Javascript  based on WebAudio  so
> it could be used natively in the browser?  It could make for some really
> great possibilities.
>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-03-26 17:56
FromRory Walsh
SubjectRe: [Csnd] Proposal - Csound on Web Audio and Javascript
Hi Roger, Ed Costello and Steven were working on it. You should search
the Csound list archives for more info.

On 26 March 2014 17:53, Roger Kelly  wrote:
> Emscripten is exactly what i am looking for!  I downloaded it but don't see
> the csoundObj js.  Do you know if that is available or how he built it.  I
> also see Steven Yi is mentioned on that page.
>
>
> On Wed, Mar 26, 2014 at 12:14 PM, Rory Walsh  wrote:
>>
>> I know nothing of the WebAudio API, but have you seen this?
>> http://eddyc.github.io/CsoundEmscripten/
>> and there is also Csound for Google's Portable Native Client. You can
>> learn more about it in the sources, but if you want to create a quick
>> Csound-for-webpage you can use:
>> http://rorywalsh.github.io/RIBCsound/index.html
>> It will create and bundle all you need into a wekpage. There's a quick
>> video toot here:
>> https://vimeo.com/80376134
>>
>> On 26 March 2014 17:08, Roger Kelly  wrote:
>> > I have been looking at the Javascript WebAudio API a bit.  It has some
>> > basic
>> > sysnthesis.
>> >
>> > Has anyone considered porting Csound to  Javascript  based on WebAudio
>> > so
>> > it could be used natively in the browser?  It could make for some really
>> > great possibilities.
>> >
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2014-03-26 19:50
FromVictor Lazzarini
SubjectRe: [Csnd] Proposal - Csound on Web Audio and Javascript
It’s here

http://eddyc.github.io/CsoundEmscripten/javascripts/CsoundObj.js

========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 26 Mar 2014, at 17:53, Roger Kelly  wrote:

> Emscripten is exactly what i am looking for!  I downloaded it but don't see the csoundObj js.  Do you know if that is available or how he built it.  I also see Steven Yi is mentioned on that page.
> 
> 
> On Wed, Mar 26, 2014 at 12:14 PM, Rory Walsh  wrote:
> I know nothing of the WebAudio API, but have you seen this?
> http://eddyc.github.io/CsoundEmscripten/
> and there is also Csound for Google's Portable Native Client. You can
> learn more about it in the sources, but if you want to create a quick
> Csound-for-webpage you can use:
> http://rorywalsh.github.io/RIBCsound/index.html
> It will create and bundle all you need into a wekpage. There's a quick
> video toot here:
> https://vimeo.com/80376134
> 
> On 26 March 2014 17:08, Roger Kelly  wrote:
> > I have been looking at the Javascript WebAudio API a bit.  It has some basic
> > sysnthesis.
> >
> > Has anyone considered porting Csound to  Javascript  based on WebAudio  so
> > it could be used natively in the browser?  It could make for some really
> > great possibilities.
> >
> >
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-03-26 20:32
FromMichael Gogins
SubjectRe: [Csnd] Proposal - Csound on Web Audio and Javascript
Don't forget PNaCl for which there is a complete Csound port.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Mar 26, 2014 at 3:50 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
It’s here

http://eddyc.github.io/CsoundEmscripten/javascripts/CsoundObj.js

========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 26 Mar 2014, at 17:53, Roger Kelly <loraxman@gmail.com> wrote:

> Emscripten is exactly what i am looking for!  I downloaded it but don't see the csoundObj js.  Do you know if that is available or how he built it.  I also see Steven Yi is mentioned on that page.
>
>
> On Wed, Mar 26, 2014 at 12:14 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> I know nothing of the WebAudio API, but have you seen this?
> http://eddyc.github.io/CsoundEmscripten/
> and there is also Csound for Google's Portable Native Client. You can
> learn more about it in the sources, but if you want to create a quick
> Csound-for-webpage you can use:
> http://rorywalsh.github.io/RIBCsound/index.html
> It will create and bundle all you need into a wekpage. There's a quick
> video toot here:
> https://vimeo.com/80376134
>
> On 26 March 2014 17:08, Roger Kelly <loraxman@gmail.com> wrote:
> > I have been looking at the Javascript WebAudio API a bit.  It has some basic
> > sysnthesis.
> >
> > Has anyone considered porting Csound to  Javascript  based on WebAudio  so
> > it could be used natively in the browser?  It could make for some really
> > great possibilities.
> >
> >
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"