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 888fdc48a0ad2908d0f29ef99302460811b4d35b
parent 9efae1c73459eaa91a293a6c4591487b3f0fcaf9
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  1 Aug 2024 21:48:03 +0200

shutdown...

Diffstat:
Msource/nord/n2x/n2xLib/n2xhardware.cpp | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/source/nord/n2x/n2xLib/n2xhardware.cpp b/source/nord/n2x/n2xLib/n2xhardware.cpp @@ -61,6 +61,9 @@ namespace n2x // DSP A waits for space to push to DSP B m_semDspAtoB.notify(); + if(m_dspB.getPeriph().getEsai().getAudioInputs().full()) + m_dspB.getPeriph().getEsai().getAudioInputs().pop_front(); + // DSP B waits for ESAI rate limiting and for DSP A to provide audio data m_haltDSPcv.notify_all(); if(m_dspA.getPeriph().getEsai().getAudioOutputs().empty())