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 0a43f506dd5778d4518dccc8309d49d22a653a66
parent 4f8dcca44c56e3b5c5d68c8d2f993a67af56a32b
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 16 Jul 2024 19:26:14 +0200

set clock to 1 MHz

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 @@ -66,7 +66,7 @@ namespace n2x if(!_hw.isValid()) return; - m_periphX.getEsaiClock().setExternalClockFrequency(44100 * 768); // TODO + m_periphX.getEsaiClock().setExternalClockFrequency(1'000'000); // TODO 1 MHz correct? That results in a speed of 36 MHz only as PCTL is set to $cd01d3 m_periphX.getEsaiClock().setSamplerate(44100); // TODO m_periphX.getEsaiClock().setClockSource(dsp56k::EsaiClock::ClockSource::Instructions); // TODO