Defaults for specific objects
Wondering if there is any easy way to be able to specify certain colors or fonts for specific objects. For instance Id like to set up max so that all send objects are red, all receive objects are blue with a font size 9...Triggers are green...that sort of nonsense.
Im guessing i could rig up something with scripting or thispatcher or whatevs, but wondering if there is a simple way to do something like this. Would be super helpful.
One quick and dirty possible solution is to set up prototypes of object boxes in three different colors. See the vignette on Prototypes (or do a search in Max Help) for more on this. The only person I've ever met who religiously color codes her/his patches does it that way. They took a workshop with me in which I mentioned prototypes, fell in love with the idea of color coded object boxes, and never looked back....
You could create an abstraction that [loadbang]s some "send sendbox bordercolor r g b a" messages to an outlet and in your main patch connect this to [universal]. Here's an example.
lh
Thanks for the replies! Gonna check both suggestions out when I get home.
Yeah, Im really anal about having patches neat and easy to read, the colors help out a bit. Funny because I keep everything else a complete mess - room, studio, all a mess. But I gotta keep me max patches nice an neat.
why this does not work with patcher objects?
And what is jpatcher?