gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 9cdfb470aad3a848e4b575f13e4d390235424c81
parent c23916e531497393f26c137287eb975798cb8a22
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 21 Jul 2024 03:10:11 +0200

prefill audio input with some data

Diffstat:
Msource/nord/n2x/n2xLib/n2xdsp.cpp | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/nord/n2x/n2xLib/n2xdsp.cpp b/source/nord/n2x/n2xLib/n2xdsp.cpp @@ -111,7 +111,9 @@ namespace n2x m_dsp.regs().omr.var |= OMR_MA | OMR_MB | OMR_MC | OMR_MD; hdi08().setRXRateLimit(0); - hdi08().setTransmitDataAlwaysEmpty(false); +// hdi08().setTransmitDataAlwaysEmpty(false); + + m_periphX.getEsai().writeEmptyAudioIn(2048); m_hdiUC.setRxEmptyCallback([&](const bool _needMoreData) {