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 a521f40763d08c6b669556c962fcf283e5755ef9
parent 606ebeb69cce2d7a01df18d86192f3cdfb16a0e0
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 24 Jul 2024 00:04:51 +0200

print LCD less frequently

Diffstat:
Msource/nord/n2x/n2xLib/n2xfrontpanel.cpp | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/source/nord/n2x/n2xLib/n2xfrontpanel.cpp b/source/nord/n2x/n2xLib/n2xfrontpanel.cpp @@ -140,8 +140,13 @@ namespace n2x return FrontPanelCS::read8(_addr); } + static uint32_t g_count = 0; + void FrontPanelCS6::printLCD() { + ++g_count; + if(g_count & 0x7f) + return; /* -- -- -- | | | | | |