GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -63,6 +63,10 @@ This is a more advanced example that uses __sscanf__ to look for patterns in ser
This example is a more complete version of our final communications API. It goes along with the __P5SerialSendReceive__ and __P5OscApp__ examples. With the two of them, it demonstrates a full call/response system where __P5OscApp__ asks (calls) for analogue values and the __AnalogSerialAPI__ on he Arduino responds back with them. Finally, the __P5OscApp__ draws he results of those 6 analogue ports to the screen as a series of colourful rectangles.
## P5OscApp
This example plugs into the __P5SerialSendReceive__ example via OSC and demonstrates call/response. It visualises the analogue inputs of an Arduino running the **AnalogSerialAPI** sketch. For more on what to do with this, look at [Lesson 4 in the MA/MFA Physical Computing class](https://gitlab.doc.gold.ac.uk/physical-computing/pcomplessons2018-19/blob/master/Lesson04.md).
## VisualiseOSC
A template to use for receiving OSC messages in Pocessing and trying to visualise them inside an app, using the controlP5 libary.