Csound Csound-dev Csound-tekno Search About

[Csnd] new parser..

Date2012-04-30 11:32
FromRory Walsh
Subject[Csnd] new parser..
Should the following give an error? (Invalid ftable no. 1.000000)



-odac


sr = 44100
nchnls = 2
0dbfs = 1

instr 1
kenv expon 1, 2, 2
a1 oscil kenv, cpsmidinn(60), 1
outs a1, a1
endin



f99 0 1024 10 1
f2 0 1024 10 1
f0 3600
i1 0 10



Without the f0 3600 it gives "1 errors in performance" because ftable
1 is not defined, but with f0 2600 there it doesn't report any
problems.

Tested with Csound version 5.16