Okay, so I've got a text file with a number of fields. Each starts with a number, which is followed by comma separated lists, consisting of 3 symbol/float pairs.
The idea is to use [text search] to find the line with the correct number, feed that to [text get] to get all the data in that line, trim off the leading number (and the 'list' identifier) and then send the comma separated lists to a route object, which will route the floats to their respective destinations.
At the moment using [text get] allows me to access the first symbol/float combo. However, I cannot access the second and third symbol/float combo in the comma separated list. This is where I am getting stuck. I don't know how [text get] is dealing with the data and how to access it correctly.
Any advice on how to do this?
Here's a screenshot showing the patch and the text file I am using. Here's the patch: text to list to route.pd and text file: SoundSelect-test.txt