/* header file to include pitches and the frequencies to which they correspond */

#define pitchA  440
#define pitchB  493
#define pitchC  523
#define pitchD  587
#define pitchE  659
#define pitchF  698
#define pitchG  783
