GMU:Tutorials/Networking/Controlling PureData with IanniX: Difference between revisions

From Medien Wiki
Line 44: Line 44:


1. Create a new patcher window. <br/>  
1. Create a new patcher window. <br/>  
2. Create a new object in the patcher window by using the shortcut ⌘1. Type '''import mrpeach''' into the object box. **'''mrpeach''' is a buil in PureData library that handles the OSC protocol. <br/>
2. Create a new object in the patcher window by using the shortcut ⌘1. Type '''import mrpeach''' into the object box. **'''mrpeach''' is a built in PureData library that handles the OSC protocol. <br/>
3. Create another new object in the patcher window and type into the object box '''udpreceive'''. **'''udpreceive''' is a built in PureData object that receives OSC messages transmitted over a network. <br/>  
3. Create another new object in the patcher window and type into the object box '''udpreceive'''. **'''udpreceive''' is a built in PureData object that receives OSC messages transmitted over a network. <br/>  
4. In the '''udpreceive''' object we define the port number declared in Iannix  i.e. '''udpreceive 57120'''<br/>
4. In the '''udpreceive''' object we define the port number declared in Iannix  i.e. '''udpreceive 57120'''<br/>