[Csnd] rtevent suppression in browser
| Date | 2022-09-15 23:32 |
| From | Josh Moore |
| Subject | [Csnd] rtevent suppression in browser |
any idea how to do this?
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
thanks joshua |
| Date | 2022-09-16 10:59 |
| From | Hlöðver Sigurðsson |
| Subject | Re: [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:
|
| Date | 2022-09-17 10:21 |
| From | John ff |
| Subject | Re: [Csnd] rtevent suppression in browser |
Should that be -m0 ?
On 16 Sep 2022, at 11:01, "Hlöðver Sigurðsson" <hlolli@gmail.com> wrote:
|