SIMONS, DON wrote:
>
> This is part of the reason I have made the source code available. If
> you have access to a FORTRAN compiler (and I guess that's a pretty big
> "if" tthese days!) you can change the dimension and recompile
> yourself. Also, there might even be some machine-translated
> c-versions out there, although I haven't been keeping track of that.
> But if there are, you could make the same sort of change in the
> c-source and recompile. I'll put this on the to-do list and
> incorporate it into the next version I release, but that may be quite
> some time from now.
>
Well, Don, now that you have invited us hackers in, could you put the
following items in the to-do list also?
1. All possible changeable dimensions to be PARAMETER's. E.g. one
sees
list(4,nbz)
nib(nm,15)
ibarflb(0:40)
and cannot be quite sure as to which of the 4, 15, 40 corresponds
to a PMX limit and which is dictated by the coding.
2. A little glossary as to what these PARAMETER's mean. Here is line
one of the glossary:
nm - maximum number of music lines
(it's the only one I have had the courage to change as yet)
Dirk