how can i send list to selector's right inlet?
-
If you mean [select] - then it's not possible at the moment. [select] only works for floats or symbols, and is only settable if you create it with exactly one creation argument.
There might be an external out there that compares lists for equality, but I don't know what it would be called or which library it would be in.
-
[zl] (part of cyclone library) is, I believe, what you're looking for. It has many variations, and the one you might be interested in should be [zl sect]. It compares a list sent to its left inlet with the one that is stored in it through the right inlet. It then outputs the components that are same in both lists while omitting the others. Check the help file, they say it's a "swiss army knife" for list operations, which, indeed, is absolutely true!
Other than that, you might wanna look at another library called "list-abs", which includes plenty of abstractions operating on lists. If those don't work, post here what you have in your mind and let's try to find out a solution.
-
thanx
i'll try do it by zl
here is exemple what i try build