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

From Medien Wiki
Line 52: Line 52:
[[File:values.png|400px]]  
[[File:values.png|400px]]  


7. It is then good practice to use the '''print''' object in PureData to get an idea of the values being received. In order to do this you should patch the '''print''' object to the '''route''' object outlets that match the arguments '''/trigger''' and '''/cursor'''. This allows us to see how we will manage the incoming data.<br/>  
7. It is then good practice to use the '''print''' object in PureData to get an idea of the values being received. In order to do this you should patch the '''print''' object to the '''unpackOSC''' object outlet. This allows us to see how we will manage the incoming data.<br/>  
8. Your patch should look something like the one below.
8. Your patch should look something like the one below.