CVtoOSC Converter for Nucleo F303K8

Dependencies:   DebouncedInterrupt MIDI mbed osc-cnmat BufferedSerial

OSC to CV Converter

http://gtbts.tumblr.com/post/142840140501/cvtoosc-converter-for-modular-synthesizer

Files at this revision

API Documentation at this revision

Comitter:
casiotone401
Date:
Sat Feb 20 01:33:47 2016 +0000
Parent:
1:0a963a78f2bd
Commit message:
increase send buffer size

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
diff -r 0a963a78f2bd -r 7997fb939580 main.cpp
--- a/main.cpp	Sun Feb 14 09:03:47 2016 +0000
+++ b/main.cpp	Sat Feb 20 01:33:47 2016 +0000
@@ -45,7 +45,7 @@
 
 #define SCALE_TOTAL         9
 
-#define SEND_BUFF_SIZE    384        // OSC send buffer size
+#define SEND_BUFF_SIZE   1024        // OSC send buffer size
 #define WAIT_SEND          20        // wait time(ms) for esp8266 transmission complete
 
 #define MIDI_CHANNEL        1        // MIDI channel
diff -r 0a963a78f2bd -r 7997fb939580 mbed.bld
--- a/mbed.bld	Sun Feb 14 09:03:47 2016 +0000
+++ b/mbed.bld	Sat Feb 20 01:33:47 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/f141b2784e32
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3
\ No newline at end of file