allow loading wavetables

This commit is contained in:
tildearrow 2022-01-21 17:59:48 -05:00
parent c82440a7bc
commit 186e491c59
5 changed files with 126 additions and 8 deletions

View file

@ -7,6 +7,7 @@ struct DivWavetable {
int data[256];
void putWaveData(SafeWriter* w);
void readWaveData(SafeReader& reader, short version);
bool save(const char* path);
DivWavetable():
len(32),