zynaddsubfx

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

commit 69e3ff2d306c78ac4c1389f632b648ba40e3f85d
parent e6d8494134b36c5b80294d70b5bb39c77c817644
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 30 Aug 2016 18:44:27 -0400

Envelope: Add Penvsustain To The External API

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

diff --git a/src/Params/EnvelopeParams.cpp b/src/Params/EnvelopeParams.cpp @@ -39,7 +39,7 @@ static const rtosc::Ports localPorts = { #define rChangeCb if(!obj->Pfreemode) obj->converttofree(); \ if(obj->time) { obj->last_update_timestamp = obj->time->time(); } rParamZyn(Penvpoints, rProp(internal), "Number of points in complex definition"), - rParamZyn(Penvsustain, rProp(internal), "Location of the sustain point"), + rParamZyn(Penvsustain, "Location of the sustain point"), rParams(Penvdt, MAX_ENVELOPE_POINTS, "Envelope Delay Times"), rParams(Penvval, MAX_ENVELOPE_POINTS, "Envelope Values"), rParamZyn(Penvstretch, rShort("stretch"),