RNBO Objects & Operators list.store
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 index

storelist [list]

list to store at idx

storeidx [number]

set index to store

Outlets

out1 [list]

retrieved list

out2 [bang]

bang if no list stored

out3 [number]

index

out4 [number]

number of entries

Fixed 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