| >Reading the soutrces, in pvanal the frame size must be between
>
>#define MAXFRMPTS 65536
>#define MINFRMPTS 16 /* limits on fft size */
>
>Any suggestions that this chould change? Tnere was a 16bit limit in
>some versions of csound at one time.
I think that ALL such hard-coded limits should be removed in favor of
dynamic allocation. In most cases, as the capabilities of our computers
increase, as they rapidly have done now for well over a decade, this will
enable us to do substantially more with existing tools. |