Notes about Pure Data

Pure Data is a data-flow programming language.

It has three types of operations:

  • Inputs (sources of data)
  • Filters ( change the way the data flows)
  • Outputs (where the data goes)

Some things you should know

Route: route messages according to the first element

Unpack: split a message into atoms

TUIOClient: Outputs a list of TUIO messages, these messages need to be unpack