Merge branch 'tildearrow:master' into master

This commit is contained in:
DevEd 2023-09-11 18:15:48 -04:00 committed by GitHub
commit 21d11c64b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 294 additions and 75 deletions

View file

@ -2205,7 +2205,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
} else if (srcPortSet==0xffd) {
// sample preview
for (size_t j=0; j<size; j++) {
out[destSubPort][j]+=samp_bbOut[j]/32768.0;
out[destSubPort][j]+=previewVol*(samp_bbOut[j]/32768.0);
}
} else if (srcPortSet==0xffe && playing && !halted) {
// metronome