Skip to content


Max Feature: Time

Working with time is easier in Max than traditional programming because you use objects to create visual “timing machines” whose behavior you can see, hear, and modify as they operate.

CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">






In Max, the basic unit of time is milliseconds, but you can also use metrical time (for example, bars and beats). In Max, everything you create runs at the same time, something that is very hard to do in a traditional language. In addition to the metro object shown above, Max features timing objects that delay, quantize, measure time intervals, and perform time-based filtering. Max’s unified notion of control based on numbers and events permits you to work with time in an intuitive and consistent way.

Go back to main Max page.