OneLoneCoder / synth

The latest code to make your own virtual sound synthesizer in Windows. Please see the videos associated with this code. Links in the source files.
http://www.onelonecoder.com
350 stars 128 forks source link

Improve note to frequency conversion #12

Open JohnDowson opened 4 years ago

JohnDowson commented 4 years ago

8 * pow(1.0594630943592952645618252949463, nNoteID); was off by about 10hz on my system, while also being ever so slightly slower than this formula