Csound Csound-dev Csound-tekno Search About

linseg Csound PPC 0.2b

Date1997-03-21 07:26
FromMatt Comeione
Subjectlinseg Csound PPC 0.2b
Does anyone know the limit of line segments per line in a Csound orc?  I
am trying to utilize the heterodyne analysis files to function as the
pitch and volume envelopes for sampled wave forms.

Also, I was wondering on the limitations in regards to the maximum
amount of function tables allowed in a csound score file.

any input would be greatly appreciated...
Thanks.

Matt Comeione
comeione@earthlink.net

Date1997-03-21 18:55
From"Matt J. Ingalls"
SubjectRe: linseg Csound PPC 0.2b
> Does anyone know the limit of line segments per line in a Csound orc?  I
> am trying to utilize the heterodyne analysis files to function as the
> pitch and volume envelopes for sampled wave forms.

	by glancing at the code, it looks like there should be no limit
(as long as you have enough memory) - csound will dynamically allocate
more space when needed.  (but i could be wrong)

 > 
> Also, I was wondering on the limitations in regards to the maximum
> amount of function tables allowed in a csound score file.

	in the PPC version, it is set to 1024.

-matt