$Page API Browser $TargetName API Browser *Getting an overview of the API* The Live API entry points available to Max can be found in the $Link LOM document . Alternatively, this API Browser device lets you browse the API of your current set interactively. API-Browser.png Press the Learn button and then a track, chain, scene or parameter to show the API path of that interface element. When you open the browser, you can navigate the LOM interactively. You can inspect objects (purple), get lists of objects (green), change property values (orange) and call functions (yellow). API-Browser-browser.png -> The engine of this browser is written in Javascript, you can open it to learn about the way Javascript can access the Live API. -> There is currently no way for the API Browser to know what properties can be changed from Max. For that information you'll need to refer to the LOM document. -> Many properties can be observed so that their values update in Max when changed in Live, but not all. This too can be found in the LOM document.