So I,ve got a simple list comprised of three values, ID X and Y (all floats). I'm comparing distance between many ID's to one ID using [expr] but it requires unpacking all of the lists and it becomes just gigantic (tons of inlets and outlets on [expr]. What i'd like to do is access each inlet and it's list components using dot or array syntax like so:
$f1[1] + $f5[2] or $f1.1 + $f5.2
so in the above, add the 2nd item of the first inlet with the third item of the 5th inlet (remembering 0 is the first item in the list). BTW, I know this isn't a distance formula.
Any ideas?
Hdez