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
Diff: OSCMessage.h
- Revision:
- 12:f2c792ac1aca
- Parent:
- 10:936c3afce828
- Child:
- 13:c2fe6b720f94
--- a/OSCMessage.h Tue Dec 04 20:01:40 2018 +0100 +++ b/OSCMessage.h Sat Dec 08 02:16:38 2018 +0100 @@ -284,7 +284,7 @@ /*============================================================================= PATTERN MATCHING =============================================================================*/ -/* + //match the pattern against the address //returns true only for a complete match bool fullMatch( const char * pattern, int = 0); @@ -300,7 +300,7 @@ //also room for an option address offset to allow for multiple nested routes bool route(const char * pattern, void (*callback)(OSCMessage &, int), int = 0); -*/ + /*============================================================================= SIZE