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:
parent
8b32a2d473
commit
72578ef558
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue