A MIDI piano synthesizer that implements the Karplus Strong physical modeling algorithm.

Dependencies:   mbed USBDevice PinDetect

Revision:
5:a687cfa7be62
Parent:
4:bb9f50305401
Parent:
3:8f80e267a80d
Child:
8:deaedb59243e
--- a/LEDController.cpp	Mon Apr 11 18:21:37 2016 +0000
+++ b/LEDController.cpp	Mon Apr 11 18:25:10 2016 +0000
@@ -40,7 +40,7 @@
 const int notesSize = 7;
 
 int main() {
-    
+
     while(1) {
 
     }
@@ -86,3 +86,4 @@
         myled1_3 = 0;
      }
 }        
+