Csound Csound-dev Csound-tekno Search About

[Csnd] error: syntax error, unexpected T_IDENT (token "fluidEngine")

Date2022-11-14 21:34
FromThorsten Jolitz
Subject[Csnd] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Hello List,
I try playing example csd for fluidsynth in BLUE (e.g. fluidEngine (csounds.com)), 

; LOAD SOUNDFONTS
gienginenum1 fluidEngine

but I immediately get 
error: syntax error, unexpected T_IDENT  (token "fluidEngine")
 from file C:\Users\xyz\AppData\Local\Temp\tempCsd17413566993404806251.csd (1), line 19:
 >>> gienginenum1 fluidEngine <<<
Unexpected untyped word gienginenum1 when expecting a variable
Parsing failed due to invalid input!

as if the fluidEngine opcode isn't encountered, but I think it should be part of Csound.
Otherwise I can play example projects etc with Blue 2.8.1 on Win11, so generally things do work.    
Or is this error misleading, and fluidEngine exists but failed instantiating?
Cheers              

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-11-14 21:37
FromSteven Yi
SubjectRe: [Csnd] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Probably fluidEngine is not installed. I'd check on commandline using
"csound -z" or "csound -z1" to see if you have the fluid opcodes
installed.

Which version of Csound are you using?

On Mon, Nov 14, 2022 at 4:35 PM Thorsten Jolitz  wrote:
>
> Hello List,
> I try playing example csd for fluidsynth in BLUE (e.g. fluidEngine (csounds.com)),
>
>
> ; LOAD SOUNDFONTS
> gienginenum1 fluidEngine
>
> but I immediately get
>
> error: syntax error, unexpected T_IDENT  (token "fluidEngine")
>  from file C:\Users\xyz\AppData\Local\Temp\tempCsd17413566993404806251.csd (1), line 19:
>  >>> gienginenum1 fluidEngine <<<
> Unexpected untyped word gienginenum1 when expecting a variable
> Parsing failed due to invalid input!
>
>
> as if the fluidEngine opcode isn't encountered, but I think it should be part of Csound.
> Otherwise I can play example projects etc with Blue 2.8.1 on Win11, so generally things do work.
> Or is this error misleading, and fluidEngine exists but failed instantiating?
> Cheers
>
> 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-11-14 21:47
FromThorsten Jolitz
SubjectRe: [Csnd] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Using the commandline, I actually do not find any fluid opcodes.
But csound version should be quite recent: 

C:\Program Files\csound\bin> csound --version
--Csound version 6.17 (double samples) Feb  2 2022
[commit: f5b4258794a82c99f7d85f1807c6638f2e80ccac]

Am Mo., 14. Nov. 2022 um 22:39 Uhr schrieb Steven Yi <stevenyi@gmail.com>:
Probably fluidEngine is not installed. I'd check on commandline using
"csound -z" or "csound -z1" to see if you have the fluid opcodes
installed.

Which version of Csound are you using?

On Mon, Nov 14, 2022 at 4:35 PM Thorsten Jolitz <tjolitz@gmail.com> wrote:
>
> Hello List,
> I try playing example csd for fluidsynth in BLUE (e.g. fluidEngine (csounds.com)),
>
>
> ; LOAD SOUNDFONTS
> gienginenum1 fluidEngine
>
> but I immediately get
>
> error: syntax error, unexpected T_IDENT  (token "fluidEngine")
>  from file C:\Users\xyz\AppData\Local\Temp\tempCsd17413566993404806251.csd (1), line 19:
>  >>> gienginenum1 fluidEngine <<<
> Unexpected untyped word gienginenum1 when expecting a variable
> Parsing failed due to invalid input!
>
>
> as if the fluidEngine opcode isn't encountered, but I think it should be part of Csound.
> Otherwise I can play example projects etc with Blue 2.8.1 on Win11, so generally things do work.
> Or is this error misleading, and fluidEngine exists but failed instantiating?
> Cheers
>
> 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

Date2022-11-14 22:20
FromThorsten Jolitz
SubjectRe: [Csnd] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Here I found the hint now that these opcodes are part of a plugin repository:fluidProgramSelect (csound.com)

"Description
Plugin opcode in fluidOpcodes. This opcode is part of the plugin repository and has to be installed separately. The plugin repository can be found here: 


Am Mo., 14. Nov. 2022 um 22:47 Uhr schrieb Thorsten Jolitz <tjolitz@gmail.com>:
Using the commandline, I actually do not find any fluid opcodes.
But csound version should be quite recent: 

C:\Program Files\csound\bin> csound --version
--Csound version 6.17 (double samples) Feb  2 2022
[commit: f5b4258794a82c99f7d85f1807c6638f2e80ccac]

Am Mo., 14. Nov. 2022 um 22:39 Uhr schrieb Steven Yi <stevenyi@gmail.com>:
Probably fluidEngine is not installed. I'd check on commandline using
"csound -z" or "csound -z1" to see if you have the fluid opcodes
installed.

Which version of Csound are you using?

On Mon, Nov 14, 2022 at 4:35 PM Thorsten Jolitz <tjolitz@gmail.com> wrote:
>
> Hello List,
> I try playing example csd for fluidsynth in BLUE (e.g. fluidEngine (csounds.com)),
>
>
> ; LOAD SOUNDFONTS
> gienginenum1 fluidEngine
>
> but I immediately get
>
> error: syntax error, unexpected T_IDENT  (token "fluidEngine")
>  from file C:\Users\xyz\AppData\Local\Temp\tempCsd17413566993404806251.csd (1), line 19:
>  >>> gienginenum1 fluidEngine <<<
> Unexpected untyped word gienginenum1 when expecting a variable
> Parsing failed due to invalid input!
>
>
> as if the fluidEngine opcode isn't encountered, but I think it should be part of Csound.
> Otherwise I can play example projects etc with Blue 2.8.1 on Win11, so generally things do work.
> Or is this error misleading, and fluidEngine exists but failed instantiating?
> Cheers
>
> 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