Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed
Fork of 4180_Final_Design_Project by
Diff: synthesizer.h
- Revision:
- 24:3bd4e691ae59
- Parent:
- 8:f6699fd30737
--- a/synthesizer.h Sat Apr 30 23:01:52 2016 +0000 +++ b/synthesizer.h Sun May 01 00:25:02 2016 +0000 @@ -77,13 +77,13 @@ #define B_NOTE_KEY 'M' #define RAISE_OCTAVE_KEY 'O' #define LOWER_OCTAVE_KEY 'L' -#define RAISE_ATTACK_KEY 'Q' -#define LOWER_ATTACK_KEY 'A' -#define RAISE_DELAY_KEY 'W' -#define LOWER_DELAY_KEY 'S' -#define RAISE_SUSTAIN_KEY 'E' -#define LOWER_SUSTAIN_KEY 'D' -#define RAISE_RELEASE_KEY 'R' -#define LOWER_RELEASE_KEY 'F' +//#define RAISE_ATTACK_KEY 'Q' +//#define LOWER_ATTACK_KEY 'A' +//#define RAISE_DELAY_KEY 'W' +//#define LOWER_DELAY_KEY 'S' +#define RAISE_DURATION_KEY 'E' +#define LOWER_DURATION_KEY 'D' +#define RAISE_ADSR_KEY 'R' +#define LOWER_ADSR_KEY 'F' #define CHANGE_WAVESHAPE_UP 'T' #define CHANGE_WAVESHAPE_DOWN 'G' \ No newline at end of file