Skip to content

← network package

OSCInput

Receive data stream from an inbound OSC connection.

This node receives numeric data as a OSC stream. This node acts as a OSC server and will listen for connections from a remote OSC client. More Info... Version 1.0.0

Ports/Properties

data

Data received.

  • verbose name: Data
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: OUT

headset

Headset type to read data from.

  • verbose name: Headset
  • default value: Muse 2
  • port type: EnumPort
  • value type: str (can be None)

host

Hostname or IP on which this receiver is listening for OSC connections.

  • verbose name: Osc Hostname (Udp://:)
  • default value: 0.0.0.0
  • port type: StringPort
  • value type: str (can be None)

host_override

If set, this will override the value stored in host.

  • verbose name: Host Override
  • default value: None
  • port type: StringPort
  • value type: str (can be None)

listen_port

UDP Port on which this receiver is listening to OSC connections.

  • verbose name: Osc Port (Udp://:)
  • default value: 5005
  • port type: IntPort
  • value type: int (can be None)

listen_port_override

If set, this will override the value stored in port.

  • verbose name: Listen Port Override
  • default value: None
  • port type: IntPort
  • value type: int (can be None)

message_address

OSC address to use for inbound OSC messages.

  • verbose name: Message Address
  • default value: None
  • port type: StringPort
  • value type: str (can be None)

channel_names

Override channel labels. If a list is provided, the channel labels of the data stream will be overridden accordingly. This takes precedence over the use_standard_channel_names property.

  • verbose name: Override Channel Labels
  • default value: []
  • port type: ListPort
  • value type: list (can be None)

sampling_rate

Nominal sampling rate of the OSC data stream.

  • verbose name: Sampling Rate
  • default value: None
  • port type: IntPort
  • value type: int (can be None)

set_breakpoint

Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.

  • verbose name: Set Breakpoint (Debug Only)
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

metadata

User-definable meta-data associated with the node. Usually reserved for technical purposes.

  • verbose name: Metadata
  • default value: {}
  • port type: DictPort
  • value type: dict (can be None)