Csound Csound-dev Csound-tekno Search About

Re: PMAX

Date1998-08-25 07:58
FromMark Polishook
SubjectRe: PMAX
I'm still looking to find a way to bring a table of 512 (or more values) into
Csound. As per a suggestion below:

Bertolt Sobolik wrote: 
> Why not just write the values to a file and read them in with GEN 1?

I'm assuming that the table should look like

f1 0 512 -1 "voss" 0 4 0

and the file, called "voss," holds 512 values. But when using this snippet,
Csound complains that the table does not have a header:

Is there a way to bring this table into Csound?

Thanks,

Date1998-08-25 18:53
From"Matt J. Ingalls"
SubjectRe: PMAX
> I'm assuming that the table should look like
> 
> f1 0 512 -1 "voss" 0 4 0

	this was an old bug i thought was fixed -- what version are you 
running?

	i am also curious how you are creating "voss" file..

(a workaround is use soundin for 'voss' and just output to a new file with
a header)

-matt