modded version CNMAT/OSC https://github.com/CNMAT/OSC

Dependents:   CVtoOSCConverter

Fork of osc-cnmat by Asperius van Hansen

Revision:
4:107c23eb31b6
Parent:
2:61caa2495215
--- a/OSCMessage.h	Sat May 17 12:42:29 2014 +0000
+++ b/OSCMessage.h	Sat Feb 13 11:29:14 2016 +0000
@@ -44,6 +44,9 @@
     PRIVATE VARIABLES
 =============================================================================*/
 
+    //buffer array index offset for bundle
+    uint16_t bundleOffset;
+    
     //the address
     char * address;
 
@@ -312,11 +315,11 @@
  =============================================================================*/
     
     //send the message
-   // void send(Stream &p);
+    int send(uint8_t *);
     
     //fill the message from a byte stream
     void fill(uint8_t);
-    void fill(uint8_t *, int);
+    //void fill(uint8_t *, int);
         
 /*=============================================================================
     ERROR
@@ -328,4 +331,4 @@
 
 };
 
-#endif
\ No newline at end of file
+#endif