Max object source code?

Martin Weiss's icon

Hi!

Can someone tell me how to open up an object and see the source code?

Cheers

Emmanuel Jourdan's icon

You can see the source code of js/jsui objects by double clicking on them. For mxj objects you can send the viewsource message. Other Max objects are compiled so you won't have access to the source code. You can have a look at the SDK to see how you can write your own objects if you're interested.

Roman Thilenius's icon

it is tempting to answer "you must triple-click the obejct boxes"

... but seriosly, the SDK comes with 10 or so examples and that should give you an idea.