zynaddsubfx

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

commit b5e792a7af74bc7f8b055d2db279501c610d5179
parent a68a44736c6ae24b31475d691979a312351cecd4
Author: fundamental <[email protected]>
Date:   Tue,  2 Aug 2016 10:18:20 -0400

EnvelopeParams: Add EnvMode Port

Diffstat:
Msrc/Params/EnvelopeParams.cpp | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/Params/EnvelopeParams.cpp b/src/Params/EnvelopeParams.cpp @@ -56,6 +56,11 @@ static const rtosc::Ports localPorts = { rParamZyn(PR_dt, rShort("r.dt"), "Release Time"), rParamZyn(PR_val, rShort("r.val"), "Release Value"), + {"Envmode:", rDoc("Envelope variant type"), NULL, + rBegin; + d.reply(d.loc, "i", env->Envmode); + rEnd}, + {"envdt", rDoc("Envelope Delay Times"), NULL, rBegin; const int N = MAX_ENVELOPE_POINTS;