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 957945a0ef09f8c1aea9ac1a8096c4a73a24d170
parent 2b4c04c4cfe508f6efd7fa8abcae6ac9b4c7997b
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun,  2 Feb 2025 16:25:24 +0100

remove logging

Diffstat:
Msource/nord/n2x/n2xLib/n2xmc.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/nord/n2x/n2xLib/n2xmc.cpp b/source/nord/n2x/n2xLib/n2xmc.cpp @@ -136,13 +136,13 @@ namespace n2x if(m_panel.cs4().isInRange(pa)) { - LOG("Read Frontpanel CS4 " << HEX(_addr)); +// LOG("Read Frontpanel CS4 " << HEX(_addr)); return m_panel.cs4().read16(pa); } if(m_panel.cs6().isInRange(pa)) { - LOG("Read Frontpanel CS6 " << HEX(_addr)); +// LOG("Read Frontpanel CS6 " << HEX(_addr)); return m_panel.cs6().read16(pa); }