tables.c (libtimidity-0.2.6) | : | tables.c (libtimidity-0.2.7) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
* | * | |||
* You should have received a copy of the GNU General Public License along | * You should have received a copy of the GNU General Public License along | |||
* with this program; if not, write to the Free Software Foundation, Inc., | * with this program; if not, write to the Free Software Foundation, Inc., | |||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
*/ | */ | |||
#ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H | |||
#include "config.h" | #include "config.h" | |||
#endif | #endif | |||
#include <stdio.h> | ||||
#include "timidity_internal.h" | #include "timidity_internal.h" | |||
#include "tables.h" | #include "tables.h" | |||
const sint32 freq_table[128]= | const sint32 freq_table[128] = | |||
{ | { | |||
8176, 8662, 9177, 9723, | 8176, 8662, 9177, 9723, | |||
10301, 10913, 11562, 12250, | 10301, 10913, 11562, 12250, | |||
12978, 13750, 14568, 15434, | 12978, 13750, 14568, 15434, | |||
16352, 17324, 18354, 19445, | 16352, 17324, 18354, 19445, | |||
20602, 21827, 23125, 24500, | 20602, 21827, 23125, 24500, | |||
25957, 27500, 29135, 30868, | 25957, 27500, 29135, 30868, | |||
32703, 34648, 36708, 38891, | 32703, 34648, 36708, 38891, | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added |