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.


