Patches

Loop Select

Loop Select

Select one or more values from a loop.

Example A: Select one value.

Input
apple
carrot
orange
Index Loop
2
Output Loop
orange
Output Index
2

Example B: Select and reorder multiple values.

Input
apple
carrot
orange
Index Loop
2
1
0
Output Loop
orange
carrot
apple
Output Index
0
1
2

Right-click the patch to change the expected type of the Input loop.

Loop Select

  • Input
  • Index Loop
  • Loop
  • Index

Input

A loop of values.

Index Loop

An index of the value to select. By default, the index is 0.

Select multiple values using a loop of indices.

Loop

A value (or loop of values) from the loop at the selected index (or indices).

Index

The new index or set of indices to related to the output loop.