Csound Csound-dev Csound-tekno Search About

[Csnd] rtevent suppression in browser

Date2022-09-15 23:32
FromJosh Moore
Subject[Csnd] rtevent suppression in browser
any idea how to do this?

thanks

joshua
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

Date2022-09-16 10:59
FromHlöðver Sigurðsson
SubjectRe: [Csnd] rtevent suppression in browser
if -M0 doesn't work, it will work to do
await csound.setOption("-M0");
before going to 
await csound.start();
but it depends a bit which csound-wasm you're using

On Fri, 16 Sept 2022 at 00:33, Josh Moore <kh405.7h30ry@gmail.com> wrote:
any idea how to do this?

thanks

joshua
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

Date2022-09-17 10:21
FromJohn ff
SubjectRe: [Csnd] rtevent suppression in browser
Should that be -m0 ?

On 16 Sep 2022, at 11:01, "Hlöðver Sigurðsson" <hlolli@gmail.com> wrote:
if -M0 doesn't work, it will work to do
await csound.setOption("-M0");
before going to 
await csound.start();
but it depends a bit which csound-wasm you're using

On Fri, 16 Sept 2022 at 00:33, Josh Moore <kh405.7h30ry@gmail.com> wrote:
any idea how to do this?

thanks

joshua
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