Network Receive Bytes

Receives Bytes array from the network.

Not necessary an OSC message.

Settings

receive

Sends 1 value when a new data is received.

on change

  • if activated, the data 1..N values are sent only when they have changed. (sent only one time, and nothing otherwise)
  • if not activated, the data 1..N keep and hold the last received value.

byte array

Contains the all the incoming byte value packed as an array.

port filter

Input port number of incoming messages to filter.

Set 0 for no filter, and let passes all incoming messages.

ip filter

Filter apply: receives only data's from the specified IP.

Use 0.0.0.0 for no filter.

add pass if changed at the output

When ON, this module has a pass-if-changed behavior, which means that the output is set only if the value has changed.

this option is equivalent to this patch

bytes array

Array of byte values received.

See also

version 6.0.240115

Edit All Pages