169
edits
Line 42: | Line 42: | ||
2. Create a new object in the patcher window and type into the object box '''udpreceive'''. <br/> **'''udpreceive''' is a built in Max MSP object that receives OSC messages transmitted over a network. <br/> | 2. Create a new object in the patcher window and type into the object box '''udpreceive'''. <br/> **'''udpreceive''' is a built in Max MSP object that receives OSC messages transmitted over a network. <br/> | ||
3. In the '''udpreceive''' object we define the port number declared in Iannix i.e. '''udpreceive 57120'''<br/> | 3. In the '''udpreceive''' object we define the port number declared in Iannix i.e. '''udpreceive 57120'''<br/> | ||
4. In order for us to separate and route the array of messages we receive from Iannix we can create another object '''route'''. i.e. | 4. In order for us to separate and route the array of messages we receive from Iannix we can create another object '''route'''. i.e. '''route /trigger /cursor''' and patch this to the outlet of the '''udpreceive''' object. We use the arguments '''/trigger''' and '''/cursor''' because these are the identifiers named in Iannix for bundling the values sent as we can see in the picture below. <br/> | ||
[[File:values.png|400px]] | [[File:values.png|400px]] |
edits