[Csnd] unexpected T_OPCODE (token "EnvAHD").. why?
Date | 2018-03-24 18:25 |
From | Richard |
Subject | [Csnd] unexpected T_OPCODE (token "EnvAHD").. why? |
Attachments | envAHD.pch2.csd |
Canot see what is wrong here. I get: error: syntax error, unexpected T_OPCODE (token "EnvAHD") from file envAHD.pch2.csd (1) line 166: Csd attached Richard 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 |
Date | 2018-03-24 18:35 |
From | joachim heintz |
Subject | Re: [Csnd] unexpected T_OPCODE (token "EnvAHD").. why? |
your EnvAHD is defined as having k and a output, but you use it in instr 1 with no output. i think this is the reason. j On 24/03/18 19:25, Richard wrote: > Canot see what is wrong here. > > I get: error: syntax error, unexpected T_OPCODE (token "EnvAHD") from > file envAHD.pch2.csd (1) > line 166: > > Csd attached > > Richard > > > 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 |
Date | 2018-03-24 20:05 |
From | Richard |
Subject | Re: [Csnd] unexpected T_OPCODE (token "EnvAHD").. why? |
Yes of course! I forgot that we use zak for ins and outs, the xout was a leftover from a test... On 24/03/18 19:35, joachim heintz wrote: > your EnvAHD is defined as having k and a output, but you use it in > instr 1 with no output. > i think this is the reason. > > j > > On 24/03/18 19:25, Richard wrote: >> Canot see what is wrong here. >> >> I get: error: syntax error, unexpected T_OPCODE (token "EnvAHD") from >> file envAHD.pch2.csd (1) >> line 166: >> >> Csd attached >> >> Richard >> >> >> 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 |