| I created a drum-track for csound that uses sampled drum sounds. It has
some 30 goto's and labels, and uses ftables for the drum-samples. Now with
V3.511 everything worked ok, but V3.52 complaint about too many goto's or
labels (I don't have the exact error message in mind). So I edited
oload.h and set NLABELS and NGOTOS to some 200. However, the problem
was still there after compilation.
So in which additional files are these limits stored ?
(I'm using csound on Unix (Linux), so memory consumption is no problem)
|