Revert "Merge branch 'blipWork'"
This reverts commit41cbdf7924, reversing changes made to149d4ce99c.
This commit is contained in:
parent
7880c33d9c
commit
c6553f11e8
2 changed files with 18 additions and 91 deletions
|
|
@ -184,13 +184,12 @@ struct DivNoteEvent {
|
|||
struct DivDispatchContainer {
|
||||
DivDispatch* dispatch;
|
||||
blip_buffer_t* bb[DIV_MAX_OUTPUTS];
|
||||
size_t bbInLen, runtotal, runLeft, runPos, lastAvail, lastCount;
|
||||
size_t bbInLen, runtotal, runLeft, runPos, lastAvail;
|
||||
int temp[DIV_MAX_OUTPUTS], prevSample[DIV_MAX_OUTPUTS];
|
||||
short* bbInMapped[DIV_MAX_OUTPUTS];
|
||||
short* bbIn[DIV_MAX_OUTPUTS];
|
||||
short* bbOut[DIV_MAX_OUTPUTS];
|
||||
bool lowQuality, dcOffCompensation;
|
||||
unsigned char rateMul, runPosSub, fillSub;
|
||||
double rateMemory;
|
||||
|
||||
void setRates(double gotRate);
|
||||
|
|
@ -209,12 +208,8 @@ struct DivDispatchContainer {
|
|||
runLeft(0),
|
||||
runPos(0),
|
||||
lastAvail(0),
|
||||
lastCount(0),
|
||||
lowQuality(false),
|
||||
dcOffCompensation(false),
|
||||
rateMul(0),
|
||||
runPosSub(0),
|
||||
fillSub(0),
|
||||
rateMemory(0.0) {
|
||||
memset(bb,0,DIV_MAX_OUTPUTS*sizeof(blip_buffer_t*));
|
||||
memset(temp,0,DIV_MAX_OUTPUTS*sizeof(int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue