Store a list of float values in RNBO patch?
Hi . .
I'm working with list.store to capture and store float values. I have discovered that it does not remember any of the lists stored if I close the patch. What would be the best way to store a list of values inside a RNBO patch that can be recalled? Similar say to the embed option using coll or something similar. If not list.store is there another option? Thank you
Perhaps a buffer~ or data operator could be of some use to you here?
Thanks, yes I've been looking at using those. However, what i'm trying to do is so easy it seems overkill. list.store would be ideal if it could only save the contents. The goal is to capture anywhere from 5 to 10 float values, store them as a list, and recall them when desired. I don't know the values ahead of time so list.reg is not really an ideal option. any other suggestions are welcome. thank you