changes to sample rate storage

as of now we store and use the actual sample rate as opposed to an index
fo a fixed rate table.

this allows for more flexibility in a future file format...
This commit is contained in:
tildearrow 2021-12-23 18:04:44 -05:00
parent 830e880a57
commit 7ba8607270
9 changed files with 66 additions and 49 deletions

View file

@ -14,7 +14,7 @@ struct DivSample {
DivSample():
name(""),
length(0),
rate(0),
rate(32000),
vol(0),
pitch(0),
depth(16),