zynaddsubfx

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

commit 1ade25fb1bb3d04d6aee8beec04bb6be40b70e07
parent 8aa78f5f79e83e2b03998d2de76f532d545f3334
Author: Patrick Desaulniers <desaulniers.patrick@carrefour.cegepvicto.ca>
Date:   Mon, 10 Dec 2018 20:55:22 -0500

Add RAN LFO shape

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

diff --git a/src/Params/LFOParams.cpp b/src/Params/LFOParams.cpp @@ -57,7 +57,7 @@ static const rtosc::Ports _ports = { rDefaultDepends(loc), rDefault(64), rPreset(ad_voice_freq, 0), "Starting Phase"), rOption(PLFOtype, rShort("type"), rOptions(sine, triangle, square, up, down, - exp1, exp2), rDefault(sine), "Shape of LFO"), + exp1, exp2, ran), rDefault(sine), "Shape of LFO"), rParamZyn(Prandomness, rShort("a.r."), rSpecial(disable), rDefault(0), "Amplitude Randomness (calculated uniformly at each cycle)"), rParamZyn(Pfreqrand, rShort("f.r."), rSpecial(disable), rDefault(0),