Control a master clock and report time values.
| bang | A will dump the current state of the transport to the outlets. | |
| int | on/off or current-position [int] | In left inlet: toggle whether or not the transport is running on or off In right inlet: set the current position of the transport in ticks |
| float | on/off or current-position [float] | In left inlet: toggle whether or not the transport is running on or off In right inlet: set the current position of the transport in ticks |
| list | current-position [list] | Set the current position of the transport using a time unit. |
| (mouse) | Double-clicking on the transport object opens the GlobalTransport window. | |
| dump | Causes a report of the current state of the transport to be sent to the Max Window. | |
| tempo | tempo (beats-per-minute) [float] | Set the tempo in beats-per-minute for this transport. |
| timesig | time-signature (two integers) [list] | Set the time signature for this transport using two numbers. The default is 4 4. |
| Name | Type | g/s | Description |
|---|---|---|---|
| name | symbol | There can be multiple named transports running simultaneously. By default, a transport will be associated with Max's global transport. If a name is provided then a new transport is created with that name and can be referenced using this attribute. |
| Name | Description |
|---|---|
| metro | Output a bang at regular intervals |
| translate | Convert between different units of time |
| timepoint | Control a master clock and report time values |
| when | Obtain the current time of a transport |
| Max Tutorial 19: Timing | Max Tutorial 19: Timing |