Hi all,
What is the best way to store a bunch of values that can be retrieved by an index?
For example, I am using a PictureStack (EX9.Texture Position). When I switch to position 1, I want to have a set of pans and zooms that work with that image. When I switch to position 2, I want another set that works for that image.
And ofcourse, the Directory pin is spreadable. So is there a way to store ‘pages’ of values?
A bit like this:
Pic Index | Animation Values
Directory 1: 0 | 0.004 0.050 0.9
1 | 0.004 0.050 0.3
2 | 0.004 0.050 1.1Directory 2: 0 | 0.450 0.050 0.4
1 | 0.504 0.050 0.9Directory 3: 0 | 0.077 0.050 0.2
1 | 0.400 0.098 0.6
The values should persist between vvvv sessions, either in the patch or in a separate file.
Any insights are welcome.
unovis