Skip to content

Commit 9ae2e19

Browse files
committed
Premix fixes
1 parent 1b89752 commit 9ae2e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/plug/dyna_processor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ namespace lsp
885885
else
886886
dsp::mul_k3(link, in_buf, sPremix.fInToLink, count);
887887

888-
if ((sc != NULL) && (sPremix.fScToLink > GAIN_AMP_M_INF_DB))
888+
if ((sc_buf != NULL) && (sPremix.fScToLink > GAIN_AMP_M_INF_DB))
889889
dsp::fmadd_k3(link, sc_buf, sPremix.fScToLink, count);
890890
}
891891
else if ((sc_buf != NULL) && (sPremix.fScToLink > GAIN_AMP_M_INF_DB))

0 commit comments

Comments
 (0)