A
A
A
A
A
A
A
A
A

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

OSC

OSC is the secret sauce that will allow you to connect anything to anything, to go from the physical to the digital and back.

Anatomy of an OSC message

Every OSC message is composed of an address, which is a string denoting a data stream, like for example the value of a sensor over time. And at least (but not limited to) one value, which would be the value of the sensor. This is easier shown by practice than it is to explain. For example, this is one OSC message:

/channel/light/one 144

In this message the address is /channel/light/one and the value is 144. We can send multiple values over the same channel address, for example:

/channel/accel 0.234 0.4545 0.123

In this message the address is /channel/accel and the values are three floating point numbers 0.234, 0.4545 and 0.123.

Unity: Send & Receive OSC

TouchDesigner: OSCIn