Saving long array to file
[email protected] Mon, 26 Apr 2021 08:55:09 -0700
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAAXUrBObxgogXFE=H57z9+ikjWeew+VxhUF_O+oURJSGy6V+nw@mail.gmail.com> |
Supercollider does this thing where when you write a long array to a file, it only writes out some of the values of the array, before saying '...etc...'. For example, if I wanted to save a long array with 1000 values to a file, it might do something like '[x1, x2, x3, xn, ...etc...'. The problem with this is that I cannot then access the array from the file, since those values are lost. Does anybody know a workaround to this issue? I should also note that what I'm trying to do is save presets of a gui to a file on my computer, so that I can access those files and they'll set the parameters of the gui. Thanks, Drew