| When trying to compile a csd file with v3.50 for Windows - console version,
I received an error message that the compiler could not open the output wave
file. After some experimentation I discovered that the line with the flags,
in the CsOptions section, needed a trailing space before the carriage
return. Here is the offending section of the file (with the trailing space):
-W -d -o tone.wav
With the trailing space after "tone.wav", the file ran fine. Without it, in
other words with the carriage return immediately after ".wav", the error
occurred. Is this just my setup?
Also, leaving blank lines in the csd file causes an error message: "Unknown
command:" but compilation is otherwise unaffected.
FYI, leading spaces seem to pose no problem.
Any thoughts?
Thanks in advance.
-David. |