Hi,
I am trying to run the example code here:
I put the two files mentioned in the same folder. I also installed the plugins from here: plugins/6.x at develop · csound/plugins using the installer on Windows.
When I run the code, I get:
UnifiedCSD: C:/Users/Suresh/Desktop/py/sftest2.csd
rtaudio: PortAudio module enabled …
using callback interface
error: syntax error, unexpected T_IDENT (token “fluidEngine”) from file C:/Users/Suresh/Desktop/py/sftest2.csd (1), line 17:
gienginenum1 fluidEngine <<<
Unexpected untyped word gienginenum1 when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra
I hope I am just missing something very basic…
Thank you !