potentially breaking change: better freq formula

now using a 4096-entry-long table for calculating final period/frequency
see issue #303
This commit is contained in:
tildearrow 2022-03-25 02:52:41 -05:00
parent 03da02711a
commit ed857b20c4
3 changed files with 22 additions and 5 deletions

View file

@ -227,6 +227,8 @@ class DivEngine {
} sPreview;
short vibTable[64];
int reversePitchTable[4096];
int pitchTable[4096];
blip_buffer_t* samp_bb;
size_t samp_bbInLen;