mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
bc4c13ee8a
commit
afd482f51b
3 changed files with 28 additions and 19 deletions
|
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
extern const uint32_t gustable[];
|
||||
extern const uint32_t freqtable[];
|
||||
|
||||
struct GWaveform
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue