Merge branch 'master' into sample_macro

This commit is contained in:
tildearrow 2022-09-22 19:49:47 -05:00
commit dcce0e1246
80 changed files with 9031 additions and 2687 deletions

View file

@ -222,7 +222,7 @@ void DivPlatformX1_010::acquire(short* bufL, short* bufR, size_t start, size_t l
bufR[h]=stereo?tempR:bufL[h];
for (int i=0; i<16; i++) {
oscBuf[i]->data[oscBuf[i]->needle++]=x1_010.chan_out(i);
oscBuf[i]->data[oscBuf[i]->needle++]=(x1_010.voice_out(i,0)+x1_010.voice_out(i,1))>>1;
}
}
}