An Open Sound Control library for the mbed, created to be compatible with Recotana's OSCClass library (http://recotana.com) for the Arduino with Ethernet shield. It also uses parts of the OSC Transceiver(Sender/Receiver) code by xshige written by: Alvaro Cassinelli, October 2011 tweaked by: Toby Harris / *spark audio-visual, March 2012
Diff: mbedOSC.h
- Revision:
- 1:63b72e393989
- Parent:
- 0:fdea65150534
diff -r fdea65150534 -r 63b72e393989 mbedOSC.h --- a/mbedOSC.h Sun Apr 15 15:50:42 2012 +0000 +++ b/mbedOSC.h Fri Jul 26 22:10:20 2013 +0000 @@ -253,7 +253,7 @@ /** Create an object to send and receive OSC messages */ OSCClass(); - + ~OSCClass(); /** This sets "binds" the received message to the receiver container of the communication object @param[in] _mes A pointer to the "receiveing" OSC message (OSCMessage *)