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

From Medien Wiki
Line 16: Line 16:


== Custom Port Configuration ==
== Custom Port Configuration ==
Since we can change the port number on that we want to receive messages (in case you want to split up channels on one machine or distribute messages to different receivers), we can configure the port we want to receive messages on.
In our case we use this feature to tell "the Captury" software where we want to receive any kind of messages.
In Max we can make this work by calling the [udpsend] object with following message: "/configure/port $1" ($1 is the Max syntax style for variables).


== Subscribe to any Skeleton ==
== Subscribe to any Skeleton ==