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:
Sun Jan 17 10:48:23 2016 +0000
Parent:
22:7550ceae976d
Child:
24:99045b0f7c4a
Commit message:
bugfix;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 17 09:46:51 2016 +0000
+++ b/main.cpp	Sun Jan 17 10:48:23 2016 +0000
@@ -465,7 +465,7 @@
     gCLOCKOUT = gGATES[0] = gGATES[1] = gGATES[2] = gGATES[3] = false;
     gSubModeCount1 = gSubModeCount2 = 0;
     
-    if (gMode == MODE_SEQ || gMode == MODE_185 || gMode == MODE_EUC)
+    if (gMode == MODE_SEQ || gMode == MODE_185 || gMode == MODE_EUC || gMode == MODE_RND || gMode == MODE_LFO)
     {
         gTimer.start();     // Sequencer Timer Start
         midi.begin(1);