Array Unpack

Put data's of an array in a buffer and send each element, one by one, to the output. This module can be used to process elements of an array separately in a patch.

Settings

array in

Array input flow(s).

data out

Queued values output. When the input buffer is empty it send a NULL value (no value, like if the wire was deleted).

clear

Clears the current buffer.

speed

Determines the speed at which each data is sent to the output in number of blocs.

  • for speed = 1, each value is sent at the data rate (ie. 3ms with a 128 bloc size),
  • for speed = 2, each value is sent at 2x the data rate (ie. 6ms with a 128 bloc size),
  • etc.

buffer size

Current size of the buffered queue.

See also

version 6.0.240115

Edit All Pages