zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 801b05b290eafb104ac5f6a85ae9cbacf5f36c36
parent b966fc25418f052218e418376a24e501e325683f
Author: fundamental <[email protected]>
Date:   Sat,  9 May 2015 12:17:34 -0400

Fix Legato/Kit Initialization

Diffstat:
Msrc/Misc/Part.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp @@ -629,7 +629,7 @@ void Part::NoteOn(unsigned char note, // Spawn another note (but silent) if legatomodevalid==true if(legatomodevalid) { - auto &note2 = partnote[pos].kititem[ci]; + auto &note2 = partnote[posb].kititem[ci]; note2.sendtoparteffect = limit((int)kit[item].Psendtoparteffect, 0, NUM_PART_EFX); pars.quiet = true;