Csound Csound-dev Csound-tekno Search About

Re: [Csnd] [EXTERNAL] [Csnd] csound.js ReadScore method

Date2020-11-24 23:44
FromJean Basile Sosa
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csound.js ReadScore method
I thank you very much Steven,

Indeed it was a major part of my problem, more I forget to call in order three other functions...

Here a result on web, just click on score if you want to listen a beginning of music: http://csound.jeanbasilesosa.com/

html:
    

js:
    function score() {
      setElement();
      ctrl();
      csound.ReadScore(document.getElementById("steven").value);
      Play();
    }

Many thanks again Steven,

See you,

Jean Basile

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-11-25 14:44
FromSteven Yi
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csound.js ReadScore method
Glad that's worked out, looking forward to seeing this when it is complete! :)

On Tue, Nov 24, 2020 at 6:45 PM Jean Basile Sosa
 wrote:
>
> I thank you very much Steven,
>
> Indeed it was a major part of my problem, more I forget to call in order three other functions...
>
> Here a result on web, just click on score if you want to listen a beginning of music: http://csound.jeanbasilesosa.com/
>
> html:
>     
>
> js:
>     function score() {
>       setElement();
>       ctrl();
>       csound.ReadScore(document.getElementById("steven").value);
>       Play();
>     }
>
> Many thanks again Steven,
>
> See you,
>
> Jean Basile
>
> 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