Csound Csound-dev Csound-tekno Search About

Re: Newbie question: window

Date1998-06-19 04:37
FromMichael Gogins
SubjectRe: Newbie question: window
>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.