[Csnd] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Date | 2022-11-14 21:34 |
From | Thorsten 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)), but I immediately get
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 |
Date | 2022-11-14 21:37 |
From | Steven Yi |
Subject | Re: [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 |
Date | 2022-11-14 21:47 |
From | Thorsten Jolitz |
Subject | Re: [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 |
Date | 2022-11-14 22:20 |
From | Thorsten Jolitz |
Subject | Re: [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)
Am Mo., 14. Nov. 2022 um 22:47 Uhr schrieb Thorsten Jolitz <tjolitz@gmail.com>:
|