combine two colls into one automaticly?
I have two coll list that I'm writing data into them when toggle is 1 and stop writing data into them when toggle is 0
how can I merge the two lists into 1 list?
list 1 looks like this:
0, -56.44;
2, -14.567;
3, -72.12;
4, -55.66575;
5, -55.565;
7, -83.876;
8, -30.11112;
list 2 like this:
1, 410.608875;
2, 255.828959;
3, 206.518709;
11, 477.419875;
13, 386.469542;
14, 57.278251;
what should happen to 2 3, they are in both lists?
or use dump "append insert"
the new coll should have 5 indexes in each line.
first index is line number second and third indexes is first coll data (0, -56.44;
2, -14.567;) fourth and fifth are second coll data
the new coll should have 5 indexes in each line
...but...but... are you saying you need a patch that gets one line from one coll, then another line from the second coll, until the final coll collects 5 'data-points' into one single line? and then numbers the lines/index-numbers of the final coll at collection-time?
you should outline the rules you expect collection of data from both colls to happen, in your first post, otherwise, people won't understand these things...
also, above in your first post, you wrote: "i have two coll list"... your very first words are "i have"... which implies, right from the outset, that you have a patch, why not just post the patch and then we can figure all these extra questions out from there?
SourceAudio used to go through this with you, but if Source is leaving the forums, you'll have to get savvy the way Source was asking you to all along, about phrasing your original questions better 😅😤(meant humorously, and to be helpful, of course 😜)
You are right, The above was not so clear. at all..
Here is the patch which is developed from that topic I already started and asked question at:
I'm afraid I will create now cross post... :(
patch: