prepare for sample C-4 freq

issue #70
This commit is contained in:
tildearrow 2022-01-27 16:52:06 -05:00
parent 3d25cfc501
commit b812fc4041
6 changed files with 34 additions and 18 deletions

View file

@ -2,7 +2,7 @@
struct DivSample {
String name;
int length, rate, loopStart, loopOffP;
int length, rate, centerRate, loopStart, loopOffP;
signed char vol, pitch;
unsigned char depth;
short* data;
@ -15,6 +15,7 @@ struct DivSample {
name(""),
length(0),
rate(32000),
centerRate(8363),
loopStart(-1),
loopOffP(0),
vol(0),