
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
5 lines
52 B
C
5 lines
52 B
C
struct DivWavetable {
|
|
int len;
|
|
int data[32];
|
|
};
|