Simple midi controller for Freedom KL25 board which generates tone (midi signal) according X-axis accelerometer. Modulation wheel is controlled by Y-axis and pitch wheel is controlled by touch slider

Dependencies:   MMA8451Q TSI USBDevice mbed

Fork of Midiudelator by Pavel M

Revision:
3:e0684e01fca1
Parent:
2:c79be10b5ff3
Child:
4:9c81faf1b372
--- a/main.cpp	Fri Aug 16 08:57:58 2013 +0000
+++ b/main.cpp	Mon Aug 19 08:06:17 2013 +0000
@@ -38,6 +38,7 @@
 
 Serial pc(USBTX,USBRX);
 USBMIDI midi;
+
  
 void show_message(MIDIMessage msg) {
     switch (msg.type()) {