1
0
Fork 0
forked from len0rd/rockbox

Clarify the unit of note frequency

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-09-20 17:10:16 +00:00
parent 8b32a2d473
commit 72578ef558

View file

@ -262,7 +262,7 @@ static int recording=0;
struct note_entry
{
const char *name; /* Name of the note, e.g. "A#" */
const fixed freq; /* Note frequency */
const fixed freq; /* Note frequency, Hz */
const fixed logfreq; /* log2(frequency) */
};