iter
Description
Unpacks and outputs list contents one element at a time.
Examples

Numbers in a list pass through iter one at a time
Arguments
None.
Attributes
Common Box Attributes
Messages
bang
Sends the number or list most recently received, in sequential order.
int
Arguments
input
[int]
The number is sent out the outlet.
float
Arguments
input
[float]
The number is sent out the outlet.
list
Arguments
input
[list]
The numbers in the list are sent out the outlet in sequential order.
anything
Arguments
input
[list]
See the
entry. Output
int
The numbers received in the inlet are sent out one at a time.
See Also
Name | Description |
---|---|
cycle | |
thresh | |
unjoin | |
unpack | |
zl | |
Max Data Tutorial 2: Data Scaling | Max Data Tutorial 2: Data Scaling |