Introduction: KeyBoard Notes Player

This is a simple C program which is capable of playing the keyboard notes into music!!

Each Note in music, either in a keyboard or a piano has a frequency to it! If we know this Frequency we can manually create sounds or music. That's the main strategy behind this program!

Just copy the notes(even from internet) into a text editor and open it in the compiler! Thats it!

Enjoy Music:)

I have Attached the frequency of each notes in Music and my source code, Please do refer to it

void s(int x) { nosound(); delay(20); sound(x); delay(10); }

Enjoy Music:)

LaX Mena