
took me a day to make the base... ...and ~12 hours to write a reader that reads 100% of all demo songs in 1.0
8 lines
113 B
C
8 lines
113 B
C
struct DivSample {
|
|
String name;
|
|
int length, rate;
|
|
char vol, pitch, depth;
|
|
short* data;
|
|
char* data8;
|
|
};
|