summaryrefslogtreecommitdiff
path: root/Libraries/OSC/OSCDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/OSC/OSCDecoder.h')
-rw-r--r--Libraries/OSC/OSCDecoder.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/Libraries/OSC/OSCDecoder.h b/Libraries/OSC/OSCDecoder.h
new file mode 100644
index 0000000..0c47a9b
--- /dev/null
+++ b/Libraries/OSC/OSCDecoder.h
@@ -0,0 +1,31 @@
+/*
+
+ ArdOSC - OSC Library for Arduino.
+
+ -------- Lisence -----------------------------------------------------------
+
+ ArdOSC
+
+ The MIT License
+
+ Copyright (c) 2009 - 2010 recotana( http://recotana.com ) All right reserved
+
+ */
+
+#ifndef OSCDecoder_h
+#define OSCDecoder_h
+
+#include "OSCMessage.h"
+
+class OSCDecoder{
+
+private:
+
+
+public:
+
+ int16_t decode( OSCMessage::OSCMessage *mes ,const uint8_t *recData );
+
+};
+
+#endif \ No newline at end of file