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 Add Item and Clear List, 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


Back to vuo.list node set documentation.