Enqueue (vuo.list.enqueue)

Adds an item to a limited-size list, discarding the oldest item from the list if needed.

This node stores the most recently added items in a list. The list is “first in, first out” — as new items are added, the oldest items are removed to make room.

If an event hits both addItem and clearList, then the list is cleared before the item is added.

Keywords: accumulate, append, capacity, collect, dispense, fifo, first in first out, history, hoard, hold, limit, populate, queue, recent, slot, store


Example compositions:


Back to vuo.list node set documentation.