This commit is contained in:
tildearrow 2023-02-12 01:13:55 -05:00
parent a7843f5cdc
commit a0f1f98b2d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <math.h>
#include <map>
#define VOL_CALC(vol) ((0xffff*(vol))/0xff)
#define PITCH_OFFSET ((double)(16*2048*(chanMax+1)))
#define NOTE_ES5506(c,note) (parent->calcBaseFreq(chipClock,chan[c].pcm.freqOffs,note,false))