Csound Csound-dev Csound-tekno Search About

[Csnd] web csound and scanu opcode

Date2020-04-03 09:29
FromFrancesco Porta
Subject[Csnd] web csound and scanu opcode
Hello,
just playing with csound for web.
I was testing a csd that use scanu but seems that this is not available in web csound.
Is it that correct or i'm wronging somethings?
And if correct there is some way to have that opcode running on web csound?

Thanks,
ciao,
francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-04-03 15:39
FromHlöðver Sigurðsson
SubjectRe: [Csnd] web csound and scanu opcode
The scanu works in the FLOSS manual :P
https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis

Are you compiling your own wasm binary?

On Fri, 3 Apr 2020 at 10:29, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hello,
just playing with csound for web.
I was testing a csd that use scanu but seems that this is not available in web csound.
Is it that correct or i'm wronging somethings?
And if correct there is some way to have that opcode running on web csound?

Thanks,
ciao,
francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-04-03 16:17
FromRory Walsh
SubjectRe: [Csnd] web csound and scanu opcode
Dear God! When did the floss manual get interactive code examples?! This is amazing! Well done guys. 

On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
The scanu works in the FLOSS manual :P
https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis

Are you compiling your own wasm binary?

On Fri, 3 Apr 2020 at 10:29, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hello,
just playing with csound for web.
I was testing a csd that use scanu but seems that this is not available in web csound.
Is it that correct or i'm wronging somethings?
And if correct there is some way to have that opcode running on web csound?

Thanks,
ciao,
francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-04-03 16:22
FromHlöðver Sigurðsson
SubjectRe: [Csnd] web csound and scanu opcode
Well, I take that back, I must have broken the scanu, it was working before. Good that you asked.

It was a pain to get working due to it being a module, scantable seems to work. Well, good that you asked about this, I'll have another look.

I've been working on getting wasm into the FLOSS manual last days, I'm working on a new wasm build process with the potential to be used natively. It's also using sharedArrayBuffer so for next weeks it's not playable on Firefox, but if I understand the mozilla ticket system correctly, it should be coming very soon (it's an option that can be enabled in nightly I think).

On Fri, 3 Apr 2020 at 17:18, Rory Walsh <rorywalsh@ear.ie> wrote:
Dear God! When did the floss manual get interactive code examples?! This is amazing! Well done guys. 

On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
The scanu works in the FLOSS manual :P
https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis

Are you compiling your own wasm binary?

On Fri, 3 Apr 2020 at 10:29, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hello,
just playing with csound for web.
I was testing a csd that use scanu but seems that this is not available in web csound.
Is it that correct or i'm wronging somethings?
And if correct there is some way to have that opcode running on web csound?

Thanks,
ciao,
francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-04-03 16:35
Fromjoachim heintz
SubjectRe: [Csnd] web csound and scanu opcode
yes we are not yet where we would like to be.  hlodver is working on the 
wasm thing, and i am working on the content.  but already it is much 
better than the old version, and in chrome/chromium most of the examples 
should work already.

once we are really done, we will announce it here.

	joachim



On 03/04/2020 17:22, Hlöðver Sigurðsson wrote:
> Well, I take that back, I must have broken the scanu, it was working 
> before. Good that you asked.
> 
> It was a pain to get working due to it being a module, scantable seems 
> to work. Well, good that you asked about this, I'll have another look.
> 
> I've been working on getting wasm into the FLOSS manual last days, I'm 
> working on a new wasm build process with the potential to be used 
> natively. It's also using sharedArrayBuffer so for next weeks it's not 
> playable on Firefox, but if I understand the mozilla ticket 
> system correctly, it should be coming very soon (it's an option that can 
> be enabled in nightly I think).
> 
> On Fri, 3 Apr 2020 at 17:18, Rory Walsh  > wrote:
> 
>     Dear God! When did the floss manual get interactive code examples?!
>     This is amazing! Well done guys.
> 
>     On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson      > wrote:
> 
>         The scanu works in the FLOSS manual :P
>         https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis
> 
>         Are you compiling your own wasm binary?
> 
>         On Fri, 3 Apr 2020 at 10:29, Francesco Porta
>                  > wrote:
> 
>             Hello,
>             just playing with csound for web.
>             I was testing a csd that use scanu but seems that this is
>             not available in web csound.
>             Is it that correct or i'm wronging somethings?
>             And if correct there is some way to have that opcode running
>             on web csound?
> 
>             Thanks,
>             ciao,
>             francesco.
> 
>             Csound mailing list
>             Csound@listserv.heanet.ie 
>             https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>             Send bugs reports to
>             https://github.com/csound/csound/issues
>             Discussions of bugs and features can be posted here
> 
>         Csound mailing list Csound@listserv.heanet.ie
>         
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to https://github.com/csound/csound/issues Discussions
>         of bugs and features can be posted here 
> 
>     Csound mailing list Csound@listserv.heanet.ie
>     
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>     https://github.com/csound/csound/issues Discussions of bugs and
>     features can be posted here 
> 
> Csound mailing list Csound@listserv.heanet.ie 
>  
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to 
> https://github.com/csound/csound/issues Discussions of bugs and features 
> can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-04-03 16:52
FromSteven Yi
SubjectRe: [Csnd] web csound and scanu opcode
Yes the FLOSS manual has really developed a lot!  I hope to read through this version sometime this summer and to contribute what I can.

On Fri, Apr 3, 2020 at 11:35 AM joachim heintz <jh@joachimheintz.de> wrote:
yes we are not yet where we would like to be.  hlodver is working on the
wasm thing, and i am working on the content.  but already it is much
better than the old version, and in chrome/chromium most of the examples
should work already.

once we are really done, we will announce it here.

        joachim



On 03/04/2020 17:22, Hlöðver Sigurðsson wrote:
> Well, I take that back, I must have broken the scanu, it was working
> before. Good that you asked.
>
> It was a pain to get working due to it being a module, scantable seems
> to work. Well, good that you asked about this, I'll have another look.
>
> I've been working on getting wasm into the FLOSS manual last days, I'm
> working on a new wasm build process with the potential to be used
> natively. It's also using sharedArrayBuffer so for next weeks it's not
> playable on Firefox, but if I understand the mozilla ticket
> system correctly, it should be coming very soon (it's an option that can
> be enabled in nightly I think).
>
> On Fri, 3 Apr 2020 at 17:18, Rory Walsh <rorywalsh@ear.ie
> <mailto:rorywalsh@ear.ie>> wrote:
>
>     Dear God! When did the floss manual get interactive code examples?!
>     This is amazing! Well done guys.
>
>     On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson <hlolli@gmail.com
>     <mailto:hlolli@gmail.com>> wrote:
>
>         The scanu works in the FLOSS manual :P
>         https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis
>
>         Are you compiling your own wasm binary?
>
>         On Fri, 3 Apr 2020 at 10:29, Francesco Porta
>         <francescoarmandoporta@gmail.com
>         <mailto:francescoarmandoporta@gmail.com>> wrote:
>
>             Hello,
>             just playing with csound for web.
>             I was testing a csd that use scanu but seems that this is
>             not available in web csound.
>             Is it that correct or i'm wronging somethings?
>             And if correct there is some way to have that opcode running
>             on web csound?
>
>             Thanks,
>             ciao,
>             francesco.
>
>             Csound mailing list
>             Csound@listserv.heanet.ie <mailto:Csound@listserv.heanet.ie>
>             https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>             Send bugs reports to
>             https://github.com/csound/csound/issues
>             Discussions of bugs and features can be posted here
>
>         Csound mailing list Csound@listserv.heanet.ie
>         <mailto:Csound@listserv.heanet.ie>
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to https://github.com/csound/csound/issues Discussions
>         of bugs and features can be posted here
>
>     Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>     https://github.com/csound/csound/issues Discussions of bugs and
>     features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto:Csound@listserv.heanet.ie>
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features
> can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-04-03 17:15
Fromfrancesco
SubjectRe: [Csnd] web csound and scanu opcode
On 03/04/20 17:22, Hlöðver Sigurðsson wrote:
> Well, I take that back, I must have broken the scanu, it was working 
> before. Good that you asked.
>
You did it! Ahh so i was right ... it is a special feel :)

Waiting for some news. And a big thank for the work on FLOSS manual.

You people are wonderful.


Thanks,

ciao,

francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-04-03 17:52
Fromjoachim heintz
SubjectRe: [Csnd] web csound and scanu opcode
that would be great!!
and let me know whatever you have as suggestions while reading.
currently the todo list is here:
https://github.com/csound-flossmanual/csound-floss/blob/master/contribute/todo.md

	j


On 03/04/2020 17:52, Steven Yi wrote:
> Yes the FLOSS manual has really developed a lot!  I hope to read through 
> this version sometime this summer and to contribute what I can.
> 
> On Fri, Apr 3, 2020 at 11:35 AM joachim heintz  > wrote:
> 
>     yes we are not yet where we would like to be.  hlodver is working on
>     the
>     wasm thing, and i am working on the content.  but already it is much
>     better than the old version, and in chrome/chromium most of the
>     examples
>     should work already.
> 
>     once we are really done, we will announce it here.
> 
>              joachim
> 
> 
> 
>     On 03/04/2020 17:22, Hlöðver Sigurðsson wrote:
>      > Well, I take that back, I must have broken the scanu, it was working
>      > before. Good that you asked.
>      >
>      > It was a pain to get working due to it being a module, scantable
>     seems
>      > to work. Well, good that you asked about this, I'll have another
>     look.
>      >
>      > I've been working on getting wasm into the FLOSS manual last
>     days, I'm
>      > working on a new wasm build process with the potential to be used
>      > natively. It's also using sharedArrayBuffer so for next weeks
>     it's not
>      > playable on Firefox, but if I understand the mozilla ticket
>      > system correctly, it should be coming very soon (it's an option
>     that can
>      > be enabled in nightly I think).
>      >
>      > On Fri, 3 Apr 2020 at 17:18, Rory Walsh      
>      > >> wrote:
>      >
>      >     Dear God! When did the floss manual get interactive code
>     examples?!
>      >     This is amazing! Well done guys.
>      >
>      >     On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson
>     
>      >     >> wrote:
>      >
>      >         The scanu works in the FLOSS manual :P
>      >
>     https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis
>      >
>      >         Are you compiling your own wasm binary?
>      >
>      >         On Fri, 3 Apr 2020 at 10:29, Francesco Porta
>      >              
>      >              >> wrote:
>      >
>      >             Hello,
>      >             just playing with csound for web.
>      >             I was testing a csd that use scanu but seems that this is
>      >             not available in web csound.
>      >             Is it that correct or i'm wronging somethings?
>      >             And if correct there is some way to have that opcode
>     running
>      >             on web csound?
>      >
>      >             Thanks,
>      >             ciao,
>      >             francesco.
>      >
>      >             Csound mailing list
>      > Csound@listserv.heanet.ie 
>     >
>      > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>      >             Send bugs reports to
>      > https://github.com/csound/csound/issues
>      >             Discussions of bugs and features can be posted here
>      >
>      >         Csound mailing list Csound@listserv.heanet.ie
>     
>      >              >
>      > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>      >         reports to https://github.com/csound/csound/issues
>     Discussions
>      >         of bugs and features can be posted here
>      >
>      >     Csound mailing list Csound@listserv.heanet.ie
>     
>      >          >
>      > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>      > https://github.com/csound/csound/issues Discussions of bugs and
>      >     features can be posted here
>      >
>      > Csound mailing list Csound@listserv.heanet.ie
>     
>      >      >
>      > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>      > https://github.com/csound/csound/issues Discussions of bugs and
>     features
>      > can be posted here
> 
>     Csound mailing list
>     Csound@listserv.heanet.ie 
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     Discussions of bugs and features can be posted here
> 
> Csound mailing list Csound@listserv.heanet.ie 
>  
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to 
> https://github.com/csound/csound/issues Discussions of bugs and features 
> can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-04-03 18:49
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] web csound and scanu opcode
Where do I find these interactive Code examples from the Floss Manual?
- in CsoundQT

I have launched the manual in Chrome and ???
- in FireFox?
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Fri, Apr 3, 2020 at 11:18 AM Rory Walsh <rorywalsh@ear.ie> wrote:
Dear God! When did the floss manual get interactive code examples?! This is amazing! Well done guys. 

On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
The scanu works in the FLOSS manual :P
https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis

Are you compiling your own wasm binary?

On Fri, 3 Apr 2020 at 10:29, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hello,
just playing with csound for web.
I was testing a csd that use scanu but seems that this is not available in web csound.
Is it that correct or i'm wronging somethings?
And if correct there is some way to have that opcode running on web csound?

Thanks,
ciao,
francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-04-03 19:06
Fromjoachim heintz
SubjectRe: [Csnd] web csound and scanu opcode
https://csound-floss.firebaseapp.com/

On 03/04/2020 19:49, Dr. Richard Boulanger wrote:
> Where do I find these interactive Code examples from the Floss Manual?
> - in CsoundQT
> 
> I have launched the manual in Chrome and ???
> - in FireFox?
> _____________________________________________
> *Dr. Richard Boulanger*
> Professor of Electronic Production and Design
> Professional Writing and Music Technology Division
> Berklee College of Music
> ______________________________________________
> OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
> ______________________________________________
> President of *Boulanger Labs* - http://boulangerlabs.com
> Author & Editor of *The Csound Book* - 
> http://mitpress.mit.edu/books/csound-book
> Author & Editor of *The Audio Programming Book* - 
> http://mitpress.mit.edu/books/audio-programming-book
> ______________________________________________
> about: http://www.boulangerlabs.com/#about
> about: http://www.csounds.com/community/developers/dr-richard-boulanger/
> music: 
> http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
> ______________________________________________
> email: rboulanger@berklee.edu 
> facebook: https://www.facebook.com/richard.boulanger.58
> 
> 
> 
> On Fri, Apr 3, 2020 at 11:18 AM Rory Walsh  > wrote:
> 
>     Dear God! When did the floss manual get interactive code examples?!
>     This is amazing! Well done guys.
> 
>     On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson      > wrote:
> 
>         The scanu works in the FLOSS manual :P
>         https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis
> 
>         Are you compiling your own wasm binary?
> 
>         On Fri, 3 Apr 2020 at 10:29, Francesco Porta
>                  > wrote:
> 
>             Hello,
>             just playing with csound for web.
>             I was testing a csd that use scanu but seems that this is
>             not available in web csound.
>             Is it that correct or i'm wronging somethings?
>             And if correct there is some way to have that opcode running
>             on web csound?
> 
>             Thanks,
>             ciao,
>             francesco.
> 
>             Csound mailing list
>             Csound@listserv.heanet.ie 
>             https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>             Send bugs reports to
>             https://github.com/csound/csound/issues
>             Discussions of bugs and features can be posted here
> 
>         Csound mailing list Csound@listserv.heanet.ie
>         
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to https://github.com/csound/csound/issues Discussions
>         of bugs and features can be posted here 
> 
>     Csound mailing list Csound@listserv.heanet.ie
>     
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>     https://github.com/csound/csound/issues Discussions of bugs and
>     features can be posted here 
> 
> Csound mailing list Csound@listserv.heanet.ie 
>  
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to 
> https://github.com/csound/csound/issues Discussions of bugs and features 
> can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-04-03 20:14
FromHlöðver Sigurðsson
SubjectRe: [Csnd] web csound and scanu opcode
I want to add that it is my intention to support firefox and safari, it's still a work in progress as Joachim pointed out.

On Fri, 3 Apr 2020 at 20:06, joachim heintz <jh@joachimheintz.de> wrote:
https://csound-floss.firebaseapp.com/

On 03/04/2020 19:49, Dr. Richard Boulanger wrote:
> Where do I find these interactive Code examples from the Floss Manual?
> - in CsoundQT
>
> I have launched the manual in Chrome and ???
> - in FireFox?
> _____________________________________________
> *Dr. Richard Boulanger*
> Professor of Electronic Production and Design
> Professional Writing and Music Technology Division
> Berklee College of Music
> ______________________________________________
> OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
> ______________________________________________
> President of *Boulanger Labs* - http://boulangerlabs.com
> Author & Editor of *The Csound Book* -
> http://mitpress.mit.edu/books/csound-book
> Author & Editor of *The Audio Programming Book* -
> http://mitpress.mit.edu/books/audio-programming-book
> ______________________________________________
> about: http://www.boulangerlabs.com/#about
> about: http://www.csounds.com/community/developers/dr-richard-boulanger/
> music:
> http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
> ______________________________________________
> email: rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>
> facebook: https://www.facebook.com/richard.boulanger.58
>
>
>
> On Fri, Apr 3, 2020 at 11:18 AM Rory Walsh <rorywalsh@ear.ie
> <mailto:rorywalsh@ear.ie>> wrote:
>
>     Dear God! When did the floss manual get interactive code examples?!
>     This is amazing! Well done guys.
>
>     On Fri, 3 Apr 2020 at 15:39, Hlöðver Sigurðsson <hlolli@gmail.com
>     <mailto:hlolli@gmail.com>> wrote:
>
>         The scanu works in the FLOSS manual :P
>         https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis
>
>         Are you compiling your own wasm binary?
>
>         On Fri, 3 Apr 2020 at 10:29, Francesco Porta
>         <francescoarmandoporta@gmail.com
>         <mailto:francescoarmandoporta@gmail.com>> wrote:
>
>             Hello,
>             just playing with csound for web.
>             I was testing a csd that use scanu but seems that this is
>             not available in web csound.
>             Is it that correct or i'm wronging somethings?
>             And if correct there is some way to have that opcode running
>             on web csound?
>
>             Thanks,
>             ciao,
>             francesco.
>
>             Csound mailing list
>             Csound@listserv.heanet.ie <mailto:Csound@listserv.heanet.ie>
>             https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>             Send bugs reports to
>             https://github.com/csound/csound/issues
>             Discussions of bugs and features can be posted here
>
>         Csound mailing list Csound@listserv.heanet.ie
>         <mailto:Csound@listserv.heanet.ie>
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to https://github.com/csound/csound/issues Discussions
>         of bugs and features can be posted here
>
>     Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>     https://github.com/csound/csound/issues Discussions of bugs and
>     features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto:Csound@listserv.heanet.ie>
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features
> can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-04-03 20:35
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] web csound and scanu opcode
WOW.  Wonderful!!!!  
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Fri, Apr 3, 2020 at 10:39 AM Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
The scanu works in the FLOSS manual :P
https://csound-floss.firebaseapp.com/sound-synthesis/scanned-synthesis

Are you compiling your own wasm binary?

On Fri, 3 Apr 2020 at 10:29, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hello,
just playing with csound for web.
I was testing a csd that use scanu but seems that this is not available in web csound.
Is it that correct or i'm wronging somethings?
And if correct there is some way to have that opcode running on web csound?

Thanks,
ciao,
francesco.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here