sample system rewrite! **PLEASE READ**
this commit mostly rewrites the sample system. as of now samples can be ADPCM, 8-bit, BRR or 16-bit or something... consider this VERY EXPERIMENTAL. if you find any issues REPORT THEM immediately. it's nearly 4am...
This commit is contained in:
parent
3542229448
commit
1e98f0c4a1
19 changed files with 545 additions and 390 deletions
|
|
@ -37,8 +37,8 @@
|
|||
warnings+=(String("\n")+x); \
|
||||
}
|
||||
|
||||
#define DIV_VERSION "dev57"
|
||||
#define DIV_ENGINE_VERSION 57
|
||||
#define DIV_VERSION "dev58"
|
||||
#define DIV_ENGINE_VERSION 58
|
||||
|
||||
enum DivStatusView {
|
||||
DIV_STATUS_NOTHING=0,
|
||||
|
|
@ -223,8 +223,6 @@ class DivEngine {
|
|||
|
||||
size_t totalProcessed;
|
||||
|
||||
private: int* jediTable;
|
||||
|
||||
DivSystem systemFromFile(unsigned char val);
|
||||
unsigned char systemToFile(DivSystem val);
|
||||
int dispatchCmd(DivCommand c);
|
||||
|
|
@ -680,7 +678,6 @@ class DivEngine {
|
|||
metroPos(0),
|
||||
metroAmp(0.0f),
|
||||
totalProcessed(0),
|
||||
jediTable(NULL),
|
||||
oscBuf{NULL,NULL},
|
||||
oscSize(1),
|
||||
adpcmMem(NULL),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue