I am wondering why a tool always worked in other orchestras in this case doesn’t work at all.
I am referring to the following lines, starting from line 28:
k_VCO1_off invalue “VCO1_off” ; offset freq
gk_VCO1_off tablei k_VCO1_off, giExp20000, 1
outvalue “VCO1_off_display”, gk_VCO1_off
In the header I have created the table:
giExp20000 ftgen 0, 0, 129, -25, 0, 1.0, 128, 20000.0
It happens that the k_VCO1_off control doesn’t read the table giExp20000, so in the output I get the default values of the control, in the range of 0 and 1.
It always worked in other orchestras, and I really can’t understand what’s the issue here.
i think the problem is that you mix up two ways of creating tables:
in the orc header, you create two tables with ftgen and let csound
assign a number to them.
in the score, you create a lot of tables in assigning numbers directly
to them.