PureData CEAMMC library web documentation
available since version: 0.4
@name (readonly)
Get canvas name
type: symbol
default: test_canvas
@dir (readonly)
Get canvas directory
type: symbol
default: /
@size (readonly)
Get window size
type: list
default: 600 400
@width (readonly)
Get window width
type: int
default: 600
@height (readonly)
Get window height
type: int
default: 400
@font (readonly)
Get window font
type: int
default: 10
@paths (readonly)
Get search paths
type: list
@x (readonly)
Get window x-pos
type: int
default: 0
@y (readonly)
Get window y-pos
type: int
default: 0
@abs
Get/set if false: using toplevel canvas, if true: using abstraction canvas
type: bool
default: 1
See also: [patch.args] [canvas.current]
Authors: Serge Poltavsky
License: GPL3 or later