select numbers in a list

anamaria's icon

Hi List,

Is there an object similar to select that you can feed variable lists?

See below example that describes what I I want to do with such an object:

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

Thanks ahead,

ana

musicmovement's icon

Hi,
That's sounds like something [route] does.

Also to concatenate/manipulate lists of numbers, look at [sprintf] and [zl]. If you are going to use a lot of different lists, I'd store them in a [umenu] or [coll] object and then just call the index you want.

hope this helps.
marC

anamaria's icon

ok, let me see if I can explain it better. Here is another example code:

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

Floating Point's icon

use [zl sect] instead:

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

`