Lbot equivalent

julienrobert's icon

I'm trying to find an object to do exactly what does Lbot from Peter Elsea collection but with list longer than 255. I need to do this operation on list around 3000-4000 values (coming from a matrix...)

This object finds the minimum values (we can choose the number of minimum to be found), output them and output their position in the list.

Luke Hall's icon

You can use the "zlmaxsize" message to get the [zl] object to work with large lists. Here's a patch that uses the "sort" and "sub" modes which should replicate the basic functionality of [Lbot].

Max Patch
Copy patch and select New From Clipboard in Max.

lh

julienrobert's icon