> I have been playing with some granular synthesis and in doing so, I am
> generating hundreds of events at a time.
Oops, looks like I never did a run-time check of this to do an orderly
shutdown. The MAXLINES macro isn't what's setting the maximum grain
size -- it's the GRNUM definition (currently set at 256, which is
what I thought was sufficiently high for concurrent grains, but maybe
not). I'll add a runtime check in the next version of sfront; meanwhile,
I'd suggest going to line 699 of sfront/src/writepre.c, changing this
line:
fprintf(outfile,"#define GRNUM 256\n\n");
to bump it up (it probably doesn't need to be a power of 2, but I'd
have to check to be certain), and recompile sfront ...
--jl
This archive was generated by hypermail 2b29 : Mon Jan 28 2002 - 12:03:52 EST