Fork of, triyin to rewrite for mbed 5. WIP not yet finished but working. ----------------------- 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

Revision:
9:e4528f622bcc
Parent:
7:98280cef1c4f
Child:
10:936c3afce828
--- a/OSCData.cpp	Mon Dec 03 20:30:20 2018 +0100
+++ b/OSCData.cpp	Tue Dec 04 02:16:19 2018 +0100
@@ -76,6 +76,7 @@
 		data.f = d;
 	}
 }
+
 /*
 OSCData::OSCData(uint8_t * b, int len){
 	error = OSC_OK;