selecting multiple CC from a ctlin with no argument

Stephane Morisse's icon

I did that, but are there more easy / smart way of doing it ?

Edit : mos' def there is because this doesn't work at all...

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

`

Stephane Morisse's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Finally came to that :

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

using this abstraction :

But am still interested to know how I could cope with that : just pick up some defined CCs from an unspecified ctlin.

Julien Bayle's icon
Max Patch
Copy patch and select New From Clipboard in Max.

midiselect can select note, cc, pc

don't know if it answers.

broc's icon

I would simply use multiple ctlin objects like [ctlin 16], [ctlin 17] etc.

Stephane Morisse's icon
Max Patch
Copy patch and select New From Clipboard in Max.

@Julien : I had a look at midiselect but it doesn't fit what I wanted to do : I wanted to use an unspecified [ctlin] then being able to select CC # at will possibly using this kind of combination :

But after trying different stuff (for example using defined [ctlin] then changing their argument using 'set $1' messages, I came to the conclusion that the most smart way is, like Broc wrote, multiple ctlin objects. Such a shame...