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:
- 3:3aba1d783730
- Parent:
- 2:f06ba516b1ad
- Child:
- 8:f6699fd30737
--- a/synthesizer.h Wed Apr 27 21:13:45 2016 +0000 +++ b/synthesizer.h Wed Apr 27 22:40:03 2016 +0000 @@ -66,13 +66,13 @@ // Key Bindings -#define C_KEY 'Z' -#define D_KEY 'X' -#define E_KEY 'C' -#define F_KEY 'V' -#define G_KEY 'B' -#define A_KEY 'N' -#define B_KEY 'M' +#define C_NOTE_KEY 'Z' +#define D_NOTE_KEY 'X' +#define E_NOTE_KEY 'C' +#define F_NOTE_KEY 'V' +#define G_NOTE_KEY 'B' +#define A_NOTE_KEY 'N' +#define B_NOTE_KEY 'M' #define RAISE_OCTAVE_KEY 'O' #define LOWER_OCTAVE_KEY 'L' #define RAISE_ATTACK_KEY 'Q'