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

From Medien Wiki
Line 58: Line 58:


9. Press play in our Iannix example and see what values are coming into PureData. <br/>
9. Press play in our Iannix example and see what values are coming into PureData. <br/>
10. The above diagram demonstrates one way in which to handle the incoming values. The '''/trigger''' outlet outputs triggers in the form of integers. The '''/cursor''' outlet outputs a list of floats. You can use the '''unpack'''  object to manage the list as shown above.
10. The above diagram demonstrates one way in which to handle the incoming values. The '''/trigger''' outlet outputs triggers in the form of integers. The '''/cursor''' outlet outputs a list of floats. You can use the '''unpack'''  object to manage the list of floats as shown above.


== START PATCHING!!!==
== START PATCHING!!!==