untested saving code and memory leak fix
This commit is contained in:
parent
2879b5e4d0
commit
ebb28d912b
12 changed files with 363 additions and 107 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include "../ta-utils.h"
|
||||
|
||||
struct DivSample {
|
||||
String name;
|
||||
int length, rate;
|
||||
|
|
@ -21,4 +23,5 @@ struct DivSample {
|
|||
rendOff(0),
|
||||
rendData(NULL),
|
||||
adpcmRendData(NULL) {}
|
||||
~DivSample();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue