Output a bang when a transport reaches a specific time.
Name | Type | Opt | Description |
---|---|---|---|
initial-time | int float symbol | Sets the initial time at which to send a bang. Time can be specified in any of the time formats used in Max. The bang will only be sent when the transport is running. |
int | trigger-time [int] |
Set the time in ticks at which to trigger a bang. |
float | trigger-time [float] |
Set the time in ticks at which to trigger a bang. |
list | trigger-time [list] |
A list may be used to specify time in one of the Max time formats. |
anything | trigger-time [list] |
Set the time in any of Max's time units at which to trigger a bang. |
Name | Type | g/s | Description |
---|---|---|---|
time | atom | Sets the initial time at which to send a bang. Time can be specified in any of the time formats used in Max. The bang will only be sent when the transport is running. | |
transport | symbol | The name of a transport with which to associate. By default the global transport is used. |