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:
parent
03da02711a
commit
ed857b20c4
3 changed files with 22 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue