unjoin
Description
Separates a list's elements by group, and send each group of items out a separate outlet.
Examples

Arguments
outlets [int]
Specifies the number of outlets (in addition to the rightmost outlet, which is always present).
Attributes
outsize [atom_long] (default: 1)
Defines the number of items to be sent out the outlets.
Common Box Attributes
Messages
int
Arguments
input
[int]
The number is sent out the left outlet.
float
Arguments
input
[float]
The number is sent out the left outlet.
list
Arguments
input
[list]
Items from the input list are separated into lists containing the number of elements specified by the
outsize
attribute and sent out the outlet corresponding to their group position in the list. Any remaining items are sent out the right outlet.
anything
Arguments
input
[list]
Performs the same function as
. See Also
Name | Description |
---|---|
join | |
pack | |
pak | |
unpack |