[PD] array to text file

Michal Seta mis at artengine.ca
Tue Jun 10 15:36:30 CEST 2008


On Tue, Jun 10, 2008 at 9:01 AM, potax flan <potaxpotax at gmail.com> wrote:
> how can i save the contents of an array to a text file, so that i can use
> them again later?

send the array a message like [;arrayname write /path/to/file(
(see doc/2.control.exmples/15.array.pd)

> i rather load txt files in  a table than have several tables because im
> assuming that will be less cpu intensive. ami right?

Having many arrays does not affect CPU usage but memory consumption.

./MiS




More information about the Pd-list mailing list