Break a list up into a series of numbers
| bang | Sends the number or list most recently received, in sequential order. | |
| int | input [int] |
The number is sent out the outlet. |
| float | input [float] |
The number is sent out the outlet. |
| list | input [list] |
The numbers in the list are sent out the outlet in sequential order. |
| anything | input [list] |
Performs the same function as . |

| Name | Description |
|---|---|
| cycle | Send a stream of data to individual outlets |
| thresh | Combine numbers into a list when received close together |
| unpack | Break a list into individual messages |
| zl | Multi-purpose list processing |
| Max Data Tutorial 2: Data Scaling | Max Data Tutorial 2: Data Scaling |