change font size quicker

josha's icon

Hi,

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

Is there any way I can change the number's font size for all 24 number boxes at the same time, rather than clicking on each one individually!?!

Mike S's icon

In the inspector for the object, look at the @ attributes - if you send each object the message "fontsize 16" they will all change at once.

josha's icon

cool- thanks

josha's icon

Oh, and is there a way to connect all the number boxes to the message object at the same tme, or do i have to connect each on separately?

Mike S's icon
Emmanuel Jourdan's icon

You could also do a Select All, and then Object->Send message… then you can type your fontsize message. Or you could select everything and use Object->Show Fonts.

EarHax's icon

Following up on this, the fontsize message doesn't seem to work when it is connected to a patcher object. Does anyone know how to send a message to a patcher object to change its font size?