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 3d7ff4a8c567dcfe0aab2f2dabff4b83b2d84440
parent ae6453874de8412a487911f8f28ba22ea975fd07
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 25 Jul 2024 00:59:01 +0200

change ESAI timing from instructions to cycles

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

diff --git a/source/nord/n2x/n2xLib/n2xdsp.cpp b/source/nord/n2x/n2xLib/n2xdsp.cpp @@ -79,7 +79,7 @@ namespace n2x clock.setSamplerate(samplerate * clockMultiplier); - clock.setClockSource(dsp56k::EsaiClock::ClockSource::Instructions); // TODO + clock.setClockSource(dsp56k::EsaiClock::ClockSource::Cycles); if(m_index == 0) {