PureData CEAMMC library web documentation
доступно с версии: 0.9.5
NAME
OSC server name (for using with other objects)
тип: symbol
URL
OSC server url (like udp:12345), see @url property
тип: atom
@dump
Запросить/установить dump incoming messages to Pd window
тип: bool
по умолчанию: 0
@auto_start
Запросить/установить automatically start on creation
тип: bool
по умолчанию: 1
@url (initonly)
Запросить/установить OSC server url in form: PROTO:PORT (udp:12345) or just PORT, or
osc.PROTO://:PORT (for ex. osc.tcp://:9001)
тип: atom
по умолчанию: udp:9000
@name (initonly)
Запросить/установить OSC server name
тип: symbol
по умолчанию: default
@port (readonly)
Запросить OSC server port
тип: int
по умолчанию: 9000
@path (readonly)
Запросить OSC server local socket path
тип: symbol
@proto (readonly)
Запросить OSC server proto (udp or tcp)
тип: symbol
по умолчанию: udp
@host (readonly)
Запросить OSC server host
тип: symbol
Смотрите также: [net.osc.send] [net.osc.receive]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later