On 2015-07-11 23:35, Billy Stiltner wrote:
I guess, your textfile seems to contain only one (or several) line
with floats. A better way could be :
yes , the textfiles were saved through array
the data was originally a space delimited list of floats sent from javascript->JAVA->TCP->FUDI->[array set] then saved by the [write filename( message to [define array arrayname]
but if you have the data within Pd before saving, can't you just save it in a format that allows resizing? e.g. using [soundfiler] and write it into a floating-point soundfile. this will:
be faster)
[array]s understand any access method knwon from [table]s...
hmgdf IOhannes