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: - allow for efficient resizing on read - use a much more space efficient format for storage (and thus be faster) - use a format for storage that requires way less translation (and thus be faster) - have more resolution [array]s understand any access method knwon from [table]s... hmgdf IOhannes
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
