I have labeled a bunch of midi inputs, (I can’t use todo as it doesn’t work with my akai amx1 due to the way the midi encoders seem to output).
I have a list of what each dials named, in the order that the spread of values come out of the AMX. I want to chose from those by using the name of the dial rather then by the number of the dial.
I am using sift at the moment, with Matches Any, but what I actually want is a kind of getslice, but using a name instead of a slice number. I want the slices to come out in the order of the list.
Does that make sense?