zynaddsubfx

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

commit b7d086afcf0680535dd60b4ada3645b0aadb85c2
parent cf6f2abb990737236390111f5f108722af80eb6c
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 28 Jun 2016 17:43:33 -0400

ADnoteParameters: Add PDetuneType Metadata

Diffstat:
Msrc/Params/ADnoteParameters.cpp | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Params/ADnoteParameters.cpp b/src/Params/ADnoteParameters.cpp @@ -241,7 +241,9 @@ static const Ports globalPorts = { //Frequency rParamI(PDetune, rShort("fine"), "Fine Detune"), rParamI(PCoarseDetune, rShort("coarse"), "Coarse Detune"), - rParamZyn(PDetuneType, rShort("type"), "Detune Scaling Type"), + rParamZyn(PDetuneType, rShort("type"), + rOptions(L35cents, L10cents, E100cents, E1200cents), + "Detune Scaling Type"), rParamZyn(PBandwidth, rShort("bw."), "Relative Fine Detune Gain"), //Amplitude