Open Help
list.store
Store and retrieve lists
Arguments
slotcount [int]
Optional
Number of possible slots to store lists in
maxlistsize [int]
Optional
Maximum list size to store
Inlets
lookupidx [number]
retrieve list at indexstorelist [list]
list to store at idxstoreidx [number]
set index to storeOutlets
out1 [list]
retrieved listout2 [bang]
bang if no list storedout3 [number]
indexout4 [number]
number of entriesFixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
maxlistsize [int] (default: 64)
Maximum list size to store
slotcount [int] (default: 1024)
Number of possible slots to store lists in
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
count [bang]
get number of entries
dump [bang]
dump contents
lookupidx [number]
retrieve list at index
remove [number]
remove data at slot
reset [bang]
reset
storeidx [number]
set index to store
storelist [list]
list to store at idx