PureData CEAMMC library web documentation
aliases: [artnet.send]
available since version: 0.9.5
UNIVERSE
ArtNet universe
type: int
SUBNET
ArtNet subnet
type: int
blackout
blackout (send 0 to all DMX channels)
CHAN DMX channel
type: int
required: True
VAL DMX value
type: int
required: True
@universe
Get/set ArtNet universe
type: int
range: 0..15
default: 0
@subnet
Get/set ArtNet subnet
type: int
range: 0..15
default: 0
@offset
Get/set DMX channel offset
type: int
range: 0..511
default: 0
@ip (initonly)
Get/set bind interface IP address. If empty - use first available interface.
type: symbol
@rate
Get/set send framerate
type: float
units: Hz
range: 1..100
default: 44
@sync
Get/set send mode. If true: send frame only when bang is received, otherwise send
frames with @rate speed with internal clock
type: bool
default: 0
Authors: Serge Poltavsky
License: GPL3 or later