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 ed514ea9dcdc212d02047507c61821f1cf835ab7
parent 55dc8bb0ac529b4fe03acab248eebf46af5ff685
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 27 Jul 2024 22:36:28 +0200

less LCD logging

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

diff --git a/source/nord/n2x/n2xLib/n2xfrontpanel.cpp b/source/nord/n2x/n2xLib/n2xfrontpanel.cpp @@ -162,7 +162,7 @@ namespace n2x void FrontPanelCS6::printLCD() { ++g_count; - if(g_count & 0x7f) + if(g_count & 0xff) return; /* -- -- --