diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-01-31 10:32:23 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-01-31 10:32:23 +0100 |
| commit | 7c24e9a9b02b04dcaf9507acb94091ea70a2c02d (patch) | |
| tree | c28d0748652ad4b4222309e46e6cfc82c0906220 /libmodplay/modtbl.h | |
| parent | a2b7b6bb1cc2f4a3258b7b2dbc92399d151f864d (diff) | |
| download | psxsdk-7c24e9a9b02b04dcaf9507acb94091ea70a2c02d.tar.gz | |
Imported pristine psxsdk-20190410 from official repo
Diffstat (limited to 'libmodplay/modtbl.h')
| -rw-r--r-- | libmodplay/modtbl.h | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/libmodplay/modtbl.h b/libmodplay/modtbl.h new file mode 100644 index 0000000..96bd407 --- /dev/null +++ b/libmodplay/modtbl.h @@ -0,0 +1,62 @@ +const unsigned short modplay_pitch_per_tbl[120] = { +1712, 194, +1616, 205, +1525, 217, +1440, 230, +1357, 244, +1281, 259, +1209, 274, +1141, 291, +1077, 308, +1017, 326, +961, 345, +907, 366, +856, 388, +808, 411, +762, 436, +720, 461, +678, 490, +640, 519, +604, 550, +570, 583, +538, 617, +508, 654, +480, 692, +453, 733, +428, 776, +404, 822, +381, 872, +360, 923, +339, 980, +320, 1038, +302, 1100, +285, 1166, +269, 1235, +254, 1308, +240, 1385, +226, 1471, +214, 1553, +202, 1645, +190, 1749, +180, 1847, +170, 1955, +160, 2077, +151, 2201, +143, 2324, +135, 2462, +127, 2617, +120, 2770, +113, 2942, +107, 3107, +101, 3291, +95, 3499, +90, 3694, +85, 3911, +80, 4155, +76, 4374, +71, 4682, +67, 4962, +64, 5194, +60, 5541, +57, 5832, +}; |
