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:
Fri Aug 07 12:47:35 2015 +0000
Parent:
15:3e4bc47d6a39
Child:
17:55e5136790a6
Commit message:
minor change

Changed in this revision

main.cpp 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/main.cpp	Sun Aug 02 10:01:07 2015 +0000
+++ b/main.cpp	Fri Aug 07 12:47:35 2015 +0000
@@ -434,12 +434,7 @@
 Ticker       gPoller;    // Ticker for Polling
 
 // Ethernet
-EthernetNetIf   gEth(
-                     IpAddr(192,168,1,6),
-                     IpAddr(255,255,255,0),
-                     IpAddr(192,168,1,1),
-                     IpAddr(192,168,1,1)
-                    );
+EthernetNetIf   gEth;
 /* static ip
 EthernetNetIf   gEth(
                      IpAddr(192,168,1,2),
--- a/mbed.bld	Sun Aug 02 10:01:07 2015 +0000
+++ b/mbed.bld	Fri Aug 07 12:47:35 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/bad568076d81
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7
\ No newline at end of file