Gets OSC messages values.
Usine can receive and send OSC messages from/to the network.
This allows communication between all the computers connected to the network or on Internet.
An OSC message contains 3 parts.
/. For example /usine/freq, /filter/freq1/, /data/random/value/.,) followed by a set of characters which represents the
type of the data's. For example ,f, ,b.
As an OSC message can contain several data's at the same time the tag can be ,fff for 3 float, ,iib for 2 integers and an array.For example an OSC message can look like:

Osc address string of the message.
Be careful, the OSC address string is key sensitive.
It mean that /USINE/ is not equal to /usine/.
Sends 1 value when a new data is received.
Received data fields.
Contains the all the incoming value packed as an array. All data outlets are concatenated.
Contains the all the incoming value packed as a combined array. data1,data2..dataN, data1,data2..dataN,...
Input port number of incoming messages to filter.
Set 0 for no filter, and let passes all incoming messages.
Filter apply: receives only data's from the specified IP.
Use 0.0.0.0 for no filter.
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
version 6.0.241021
Edit All Pages