Quick question!

MikeLamming's icon

I'm currently using about 15 random objects into a message object.
In the message object i have as follows

$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15

However, $10 and onwards don't work, how can i overcome this?

Luke Hall's icon

Have a look at [pack] instead of using [message].

lh

MikeLamming's icon

It needs to go into a match object, and there needs to be 15 matches. The only way i've found to set the match is with message.

David Beaudry's icon

pack, or pak, seems to be the right way to go, actually. perhaps a patch showing where you are having issues is in order to get better help. There is no "message" format...your example above is generating a list. pack and pak are designed to do just that...put values together into a list.

david

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

All the send objects are going to seperate match objects.

Emmanuel Jourdan's icon
Max Patch
Copy patch and select New From Clipboard in Max.

You might also be interested by the combination of uzi and zl group for a more dynamic solution.