1#ifndef __INC_NOTES
2#define __INC_NOTES
3
4const unsigned char* notes_in_an_octave[] = {"C","C#","D","D#","E","F","F#","G","G#","A","A#","B"};
5
6#endif