Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 697 Bytes

README.MD

File metadata and controls

13 lines (7 loc) · 697 Bytes

#Note2Key

Using a Fast Fourier Transform to identify notes based on their frequencies, this application translates notes (from a keyboard or other musical instrument) into keyboard keypresses. This allows you to use your musical instrument with music software or for playing games.

Note2Key

##How to use

Select the recording (wave/in) device to use (you can use a microphone or a keyboard directly connected to the line-in/mic jack) and then press the Start Button. Each played note corresponds to a simulated keyboard keypress.

##Credits

Thanks to notmasteryet (http://www.codeproject.com/Articles/32172/FFT-Guitar-Tuner) for his/her FFT code.