OSC-CV Converter

Dependencies:   Bonjour OSCReceiver TextLCD mbed mbed-rpc BurstSPI DebouncedInterrupt FastIO MIDI OSC OSCtoCV ClockControl

OSC to CV Converter

http://gtbts.tumblr.com/post/125663817741/osc-to-cv-converter-ver2-mbed-osctocv

/media/uploads/casiotone401/tumblr_nsg7y4pkfg1qlle9fo1_540.png

Files at this revision

API Documentation at this revision

Comitter:
casiotone401
Date:
Sat Mar 30 00:32:20 2013 +0000
Parent:
10:ccfeb687c3f2
Child:
12:33c8f06c2e03
Commit message:
bug fix&update library

Changed in this revision

Bonjour.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rpc.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/Bonjour.lib	Sat Mar 23 11:24:13 2013 +0000
+++ b/Bonjour.lib	Sat Mar 30 00:32:20 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/casiotone401/code/Bonjour/#49bbbeb999b9
+http://mbed.org/users/casiotone401/code/Bonjour/#105191e07767
--- a/main.cpp	Sat Mar 23 11:24:13 2013 +0000
+++ b/main.cpp	Sat Mar 30 00:32:20 2013 +0000
@@ -580,7 +580,7 @@
 inline void SetCV()
 {
     static int ch, quan;
-    float glidecv[8],  oldcv[8];
+    static float glidecv[8],  oldcv[8];
     unsigned int cv[8];
     float qcv;
 
@@ -1120,7 +1120,7 @@
             
         if(recvlen <= 0)  break;
         
-        if(!strncmp(buf, "#", 1)) // #bundle
+        if(buf[0] == '#') // #bundle
         {
             messagepos += 16;     // skip #bundle & timetag
             recvlen -= 16;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-rpc.lib	Sat Mar 30 00:32:20 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-rpc/#efe8172b4113
--- a/mbed.bld	Sat Mar 23 11:24:13 2013 +0000
+++ b/mbed.bld	Sat Mar 30 00:32:20 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b
\ No newline at end of file