bangbang
Description
Outputs
messages out of each outlet (in right-to-left order) when it receives any input. The number of outlets is determined by an argument.Examples

Order is right-to-left....... Order is specified by bangbang
Arguments
outlets [number]
Optional
Sets the number of outlets. The number of outlets can be any number between 1 and 40. Floats are converted to ints.
Attributes
Common Box Attributes
Messages
bang
Causes a
to be sent out all outlets in right-to-left order. int
Arguments
input
[int]
Causes a
to be sent out all outlets in right-to-left order. float
Arguments
input
[float]
Causes a
to be sent out all outlets in right-to-left order. anything
Arguments
input
[list]
Causes a
to be sent out all outlets in right-to-left order. Output
bang
When a message is received in the inlet, a
is sent out each outlet, in order from right to left.See Also
Name | Description |
---|---|
button | |
jstrigger | |
trigger | |
Max Basic Tutorial 5: Message Order and Debugging | Max Basic Tutorial 5: Message Order and Debugging |