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 1115b5d266a193164619ff6ef67242aef2d93e67
parent 3cd93f720785663ca1566784746eda478a5ec33c
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed,  7 Aug 2024 23:48:25 +0200

reduce wait times on fast CPUs

Diffstat:
Msource/nord/n2x/n2xLib/n2xhardware.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/nord/n2x/n2xLib/n2xhardware.cpp b/source/nord/n2x/n2xLib/n2xhardware.cpp @@ -17,7 +17,7 @@ namespace n2x , m_dspA(*this, m_uc.getHdi08A(), 0) , m_dspB(*this, m_uc.getHdi08B(), 1) , m_samplerateInv(1.0 / g_samplerate) - , m_semDspAtoB(1) + , m_semDspAtoB(2) { if(!m_rom.isValid()) return;