[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

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?

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]

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:

GitHub - csound/plugins: Repository for Csound plugins which were originally in the main repository, and for new plugins as well."

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]

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?

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