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

Dependencies:   mbed USBDevice PinDetect

Revision:
20:bf675ba2c454
Parent:
19:894c31ee9ad4
--- a/Constants.h	Thu Apr 21 01:56:20 2016 +0000
+++ b/Constants.h	Thu Apr 21 02:37:49 2016 +0000
@@ -16,7 +16,7 @@
 
 const float STRING_DAMPING_MIN = 0.1;
 const float STRING_DAMPING_MAX = 0.7;
-const float STRING_DAMPING_VARIATION = 0.35;
+const float STRING_DAMPING_VARIATION = 0.25;
 
 const float CHARACTER_VARIATION = 0.5;
 const float PLUCK_DAMPING = 0.5;