In the .orc file we have :
instr 101 ;SIMPLE OSCIL
a1 oscil 10000, 440, 1
out a1
endin
the function number, which is the third argument of oscil is 1.
Is this function number is referring to the f-table in the .sco file ?
--------------------------------------------------------------------------------
OK, after reading the comments, let's recapitulate :
The function number, the third argument of oscil, is referring to the f-table in the .sco file. ftables can also be defined in ORC code via the ftgen opcode.
ftgen opcode : http://www.csounds.com/manual/html/ftgen.html



Yes, that is correct, though
Yes, that is correct, though ftables can also be defined in ORC code via the ftgen opcode.
Thanks
Great, thanks for the comment.
reply
I have a python program to work with renumbering the functions in one of the prior postings
Renumbering the functions
I read your blog, it is very interesting.
However, I still need time to get used to Csound code first before reading more advances issues, keep the good work.