Limit the speed at which messages can pass through.
Name | Type | Opt | Description |
---|---|---|---|
minimum-delta-time | int float symbol | opt | Sets an initial minimum time between outputs. Time can be specified in any of the time formats used in Max. If there is no argument, the minimum time is 0 milliseconds. |
bang | Performs the same function as an | message applied to the passing of messages.|
int | input [int] |
In left inlet: Performs the same function as an In right inlet: The number is stored as the minimum amount of time, in milliseconds, between successive outputs. |
message applied to the passing of integers.
float | input [float] |
Performs the same function as an | message applied to the passing of floats..
list | input [list] |
In left inlet: Performs the same function as an In right inlet: A list may be used to specify time in one of the Max time formats. |
message applied to the passing of lists.
anything | input [list] |
In left inlet: The message is passed out the outlet, provided that a certain minimum time has elapsed since the previous output. Otherwise, the message is held until that amount of time has passed (or until it is overwritten by another incoming message). |
Name | Type | g/s | Description |
---|---|---|---|
defer | float | Turn this on to send output in the low-priority queue. | |
quantize | atom | Send output only on the specified time-boundary if appropriate. This is achieved by making internal adjustments to the times used for sending output. The quantization can be specified in the following time formats: bars.beats.units, ticks or note values. | |
threshold | atom | Time threshhold under which only one message may pass. Time can be specified in any of the time formats used in Max. |
Name | Description |
---|---|
delay | Delay a bang before passing it on. |
mousefilter | Pass numbers only when the mouse button is up |
thresh | Combine numbers into a list when received close together |
timer | Report elapsed time between two events |
transport | Control a master clock and report time values. |
Max MIDI Tutorial 3: MIDI Parsing | Max MIDI Tutorial 3: MIDI Parsing |