GMU:Tutorials/Networking/Controlling MAX-MSP with TheCaptury: Difference between revisions

From Medien Wiki
(Created page with "= Controlling Max-Msp with The Captury = == UDP == == OSC-Syntax == == Custom Port Configuration == == Subscribe to any Skeleton == == Grabbing the Bone Vector Coordinates =...")
 
Line 2: Line 2:


== UDP ==
== UDP ==
UDP (User Datagram Protocol) is an internet protocol which provides communication which no handshaking. It also let you define which port on the destination IP you want to address. In our case it is used to transmit messages in OSC format.


== OSC-Syntax ==
== OSC-Syntax ==

Revision as of 19:04, 29 August 2016

Controlling Max-Msp with The Captury

UDP

UDP (User Datagram Protocol) is an internet protocol which provides communication which no handshaking. It also let you define which port on the destination IP you want to address. In our case it is used to transmit messages in OSC format.

OSC-Syntax

Custom Port Configuration

Subscribe to any Skeleton

Grabbing the Bone Vector Coordinates

Using the Data Stream from The Captury