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

Dependencies:   mbed USBDevice PinDetect

Revision:
20:bf675ba2c454
Parent:
11:f65806ee5833
diff -r 894c31ee9ad4 -r bf675ba2c454 LEDController.h
--- a/LEDController.h	Thu Apr 21 01:56:20 2016 +0000
+++ b/LEDController.h	Thu Apr 21 02:37:49 2016 +0000
@@ -5,11 +5,6 @@
 public:
     
     /*
-     * Constructor
-     */
-    LEDController();
-    
-    /*
      * Identifies what note was passed in and passes this information along to chooseLEDForNote.
      * @param key The integer representation of the note
      * @param type This integer determines whether the event coming in is an "on" or "off" event