Nodes Documentation
List

Node for creating a list of any numbers or values. The items on the list can also be used as routable inputs for any stream of numbers. You can add up to 100 items by kicking the the + sign and removing items by clicking the - sign next to them.
The in input is used to choose which of the items goes to out. The valid range of the in is always 0
- 1
which means that what items is chosen at what value depends on how many items the list have. For example a list of only 2 items the first item will be chosen with an input of 0
- 0.49
and the second at the ranges 0.5
- 1
. See more examples below:
3 items | chosen at: | 4 items | chosen at: | 5 items | chosen at: | 6 items | chosen at: |
---|---|---|---|---|---|---|---|
1 | 0 0.32 | 1 | 0 0.24 | 1 | 0 0.19 | 1 | 0 0.16 |
2 | 0.33 0.66 | 2 | 0.25 0.49 | 2 | 0.2 0.39 | 2 | 0.17 0.32 |
3 | 0.67 1 | 3 | 0.5 0.74 | 3 | 0.4 0.59 | 3 | 0.33 0.49 |
4 | 0.75 1 | 4 | 0.6 0.79 | 4 | 0.5 0.66 | ||
5 | 0.8 1 | 5 | 0.67 0.82 | ||||
6 | 0.83 1 |
The list output, like most nodes has a non repeat behavior meaning that the value has to change from what was previously sent for anything to be sent out.
Connections
Inputs
- in
- Range:
0
-1
- Choose which item is sent, or routed to out
- Range:
- items 0 - 99
- Value: any values
- Holds any mix of values or inputs from other Nodes to be sent to out.
Outputs
- out
- Value: any values
- The Value from any of the items as chosen by in.
Comment
The List can be controlled from a variety of nodes, and can be used quite creatively to solve many different situations.
Learn more
Some link or activity