midi: Recalculate (and rename) the note frequency table.

gustable[] contained plain note frequencies in milliHertz, but
was named and documented to appear like a table of magic numbers.
The values also seemed to be slightly inaccurate (up to about
0.01Hz, so probably irrelevant).

This changes the name to freqtable to make the purpose clearer, and
uses slightly better values.

Change-Id: I6b568d834c8c2c92161bed5290572a29733e28dc
This commit is contained in:
Frank Gevaerts 2013-06-16 19:11:03 +02:00 committed by Gerrit Rockbox
parent bc4c13ee8a
commit afd482f51b
3 changed files with 28 additions and 19 deletions

View file

@ -19,7 +19,7 @@
*
****************************************************************************/
extern const uint32_t gustable[];
extern const uint32_t freqtable[];
struct GWaveform
{