allow loading wavetables
This commit is contained in:
parent
c82440a7bc
commit
186e491c59
5 changed files with 126 additions and 8 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue