PureData CEAMMC library web documentation
available since version: 0.9.7
NOTE: all object inlets are 'hot'
clear
clear bidirectional map content
FNAME path to file, absolute or relative
type: symbol
required: True
[@force] force flag to overwrite existing files
type: symbol
@id (initonly)
Get/set global variable id
type: symbol
default: default
@value
Get/set value, list of pairs: LEFT_KEY1 RIGHT_KEY1 LEFT_KEY2 RIGHT_KEY2 etc.
type: list
@size (readonly)
Get number of left-right pairs in map
type: int
default: 0
@empty (readonly)
Get true if empty
type: bool
default: 1
@keys_left (readonly)
Get list of left map keys
type: list
@keys_right (readonly)
Get list of right map keys
type: list
data global map container bidirectional
See also: [data.bimap] [local.bimap]
Authors: Serge Poltavsky
License: GPL3 or later