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 9bcbabb760d543887873c9e20bed6918a3d960c4
parent c1f03045cf439f4a048e73d714bad3ae4addaa92
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 28 Jul 2024 21:35:05 +0200

add comment about sustain pedal

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

diff --git a/source/nord/n2x/n2xLib/n2xmc.cpp b/source/nord/n2x/n2xLib/n2xmc.cpp @@ -11,6 +11,7 @@ namespace n2x { // OC2 = PGP4 = SDA // OC3 = PGP5 = SCL + // OC5 = PGP7 = sustain pedal static constexpr uint32_t g_bitResetDSP = 3; static constexpr uint32_t g_bitSDA = 4;