zynaddsubfx

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

commit d535947bc23ef09fd27e7fa5cbcae9f828c6fb1f
parent fcd5b2e2bb9589ac3aa38b0c943215fa28886af6
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Thu, 10 Feb 2022 22:26:18 -0500

Update KitTest with automode defaults

Diffstat:
Msrc/Tests/KitTest.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Tests/KitTest.cpp b/src/Tests/KitTest.cpp @@ -1137,6 +1137,7 @@ class KitTest auto &pool = part->notePool; part->ctl.setportamento(127); + part->ctl.portamento.automode = false; // The point here is to verify that even when a note is released, // its portamento offset is retained for subsequent notes to @@ -1339,6 +1340,7 @@ class KitTest part->ctl.setportamento(127); part->ctl.portamento.pitchthreshtype = 0; + part->ctl.portamento.automode = 0; // Test that we get portamento when playing staccato notes // that are closer than the default threshold of 3, when the