Hi All,
I am using OM 6.09 on OsX 10.8.5 and OM-Prisma 2.35 and Csound 6.08.
In synthesizing any OM-Prisma example I receive an error of parsing by Csound.
Apparently the error is always on timeoftravel_discrete opcode, here is the orc relative part:
opcode timeoftravel_discrete, a, aii
asound, idist, idopplerfunction xin
idelaytime = idist2.9411764705882353
idelayindex = idelaytime0.0068
idelaytime tablei idelayindex, idopplerfunction, 1, 0, 0
adelaytime limit idelaytime, 128/sr, 0.3 ;;;; this is line 99
aspkfeed vdelayxw asound, adelaytime, 0.3, 256
xout aspkfeed
endop
and the error is specifically on adelaytime instruction. Using WinXound on sco and orc files generated by OM the message is:
error: Unable to find opcode entry for ‘limit’ with matching argument types:
Found: a limit iic
Line: 99
from file /Users/fabio/lib/OM_workspace/out-files/my_synt.csd (1)
Parsing failed to syntax errors
Stopping on parser failure
Please, note, everything runs perfectly using Csound 6.06. Not tested on Csound 6.07.
Any suggestion is welcome, thank you in advance,
Best
fdsdb