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

Dependencies:   mbed USBDevice PinDetect

Revision:
3:8f80e267a80d
Child:
5:a687cfa7be62
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LEDController.cpp	Fri Apr 08 18:03:45 2016 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+
+DigitalOut myled1_1(p5);
+DigitalOut myled1_2(p6);
+DigitalOut myled1_3(p7);
+
+
+
+int main() {
+    myled1_1 = 1;
+    while(1) {
+
+    }
+}