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 859cad9a2f32e3a343b1747966e59e1649f79238
parent 679528582727df09d0a883744017435c7f210d0e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  1 Aug 2024 16:23:33 +0200

fix poly and unison buttons swapped

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

diff --git a/source/nord/n2x/n2xLib/n2xtypes.h b/source/nord/n2x/n2xLib/n2xtypes.h @@ -76,8 +76,8 @@ namespace n2x SlotB = 0x06'02, SlotC = 0x06'04, SlotD = 0x06'08, - Unison = 0x06'10, - Poly = 0x06'20, + Poly = 0x06'10, + Unison = 0x06'20, Portamento = 0x06'40, ModwheelDest = 0x06'80,