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

From Medien Wiki
Line 41: Line 41:
== '''Receiving data in Max''' ==
== '''Receiving data in Max''' ==


For receiving data Max you'll want to use the '''udpreceive''' function and the host you want to listen to. In our case this comes to[[File:leif_bild3.png]]
For receiving data Max you'll want to use the '''udpreceive''' function and the host you want to listen to. In our case this comes to
 
[[File:leif_bild3.png]]


You may want to check if you got everything communicating by using a print command and checking the console, where lots of words and numbers should appear by now (if IANNIX is still playing of course). If nothing appears, check your Hosts or IP-Adresses. If you work on different computers, the udpreceive also needs the sender's IP-Adress, so you should write something like: '''udpreceive [IP-Adress]:[Host]'''
You may want to check if you got everything communicating by using a print command and checking the console, where lots of words and numbers should appear by now (if IANNIX is still playing of course). If nothing appears, check your Hosts or IP-Adresses. If you work on different computers, the udpreceive also needs the sender's IP-Adress, so you should write something like: '''udpreceive [IP-Adress]:[Host]'''


[[File:leif_bild4.png|thumb|200px|left|Checking if stuff works]]
[[File:leif_bild4.png|thumb|200px|left|Checking out if stuff works]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


== '''Working with data in Max''' ==
== '''Working with data in Max''' ==