A MIDI piano synthesizer that implements the Karplus Strong physical modeling algorithm.
Dependencies: mbed USBDevice PinDetect
Diff: Constants.h
- Revision:
- 18:26d93c5b9bb6
- Parent:
- 16:b25ca34a705f
- Child:
- 19:894c31ee9ad4
--- a/Constants.h Tue Apr 19 17:22:18 2016 +0000 +++ b/Constants.h Thu Apr 21 01:41:13 2016 +0000 @@ -12,7 +12,7 @@ const int SAMPLE_RATE = 22050; const int MAX_POLYPHONY = 4; -const int MIN_FREQUENCY = 110; +const int MIN_FREQUENCY = 55; const float STRING_DAMPING = 0.7; const float STRING_DAMPING_VARIATION = 0.35;