PureData CEAMMC library web documentation
aliases: [net.osc]
available since version: 0.9.5
NAME
OSC server name (for using with other objects)
type: symbol
URL
OSC server url (like udp:12345), see @url property
type: atom
@dump
Get/set dump incoming messages to Pd window
type: bool
default: 0
@auto_start
Get/set automatically start on creation
type: bool
default: 1
@url (initonly)
Get/set OSC server url in form: PROTO:PORT (udp:12345) or just PORT, or
osc.PROTO://:PORT (for ex. osc.tcp://:9001)
type: atom
default: udp:9000
@name (initonly)
Get/set OSC server name
type: symbol
default: default
@port (readonly)
Get OSC server port
type: int
default: 9000
@path (readonly)
Get OSC server local socket path
type: symbol
@proto (readonly)
Get OSC server proto (udp or tcp)
type: symbol
default: udp
@host (readonly)
Get OSC server host
type: symbol
See also: [net.osc.send] [net.osc.receive]
Authors: Serge Poltavsky
License: GPL3 or later