metro
From Cycling '74 Wiki
Contents |
metro online refpage
Using the metro object
the metro object is used for timing and clock-based synchronization in a Max patch. The interval of output can either be fixed or tempo-relative, using the global or a named transport object.
metro Tutorials
metro Tips and Workarounds
- If you use a tempo-relative time value, to start the metro, you must turn on the global transport. You can either make a transport object and send a '1' to the leftmost input, or you can open the GlobalTransport abstraction in the 'Extras' menu and click on 'Activate'.
- To ensure tight timing and synchronization, turn on Overdrive. This can be found in the 'Options' menu. Overdrive is a scheduler mode that runs timing objects in a high-priority thread, resulting in more accuracy and less interference from other computer tasks. To read more about Max's scheduler settings, check out the Scheduler Settings Vignette
- Changing a metro's interval of output only becomes active after the previously set interval has completed. To set the interval and use it immediately, be sure to send a '1' or 'active 1' to the metro object's leftmost inlet just after setting the time interval.
- -- Pasted Max Patch, click to expand. --
Third-Party Max externals similar to the metro object
Maxobjects.com listing for the metro object
People who looked at/used this object also looked at....
- transport
- qmetro
- Max Basic Tutorial 19: Timing
- Max Time Value Syntax
- Max Objects that Support Time Values
Errors or Clarifications
(please list things that you believe to be errors or omissions from the existing refpage)