T6W28: completely break the system
This commit is contained in:
parent
eea95b1f90
commit
1e8b93c92a
2 changed files with 8 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ void DivPlatformT6W28::acquireDirect(blip_buffer_t** bb, size_t len) {
|
|||
for (int i=0; i<4; i++) {
|
||||
oscBuf[i]->begin(len);
|
||||
}
|
||||
t6w->output(i,bb[0],bb[1]);
|
||||
t6w->output(bb[0],bb[1]);
|
||||
|
||||
while (!writes.empty()) {
|
||||
QueuedWrite w=writes.front();
|
||||
|
|
@ -334,10 +334,6 @@ void DivPlatformT6W28::reset() {
|
|||
for (int i=0; i<4; i++) {
|
||||
chan[i]=DivPlatformT6W28::Channel();
|
||||
chan[i].std.setEngine(parent);
|
||||
|
||||
out[i][0].curValue=0;
|
||||
out[i][1].curValue=0;
|
||||
out[i][2].curValue=0;
|
||||
}
|
||||
if (dumpWrites) {
|
||||
addWrite(0xffffffff,0);
|
||||
|
|
@ -360,6 +356,10 @@ bool DivPlatformT6W28::keyOffAffectsArp(int ch) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool DivPlatformT6W28::hasAcquireDirect() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void DivPlatformT6W28::notifyInsDeletion(void* ins) {
|
||||
for (int i=0; i<4; i++) {
|
||||
chan[i].std.notifyInsDeletion((DivInstrument*)ins);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue