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
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:
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