zynaddsubfx

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

commit d6ad66760ef6a445d87bc3a0cb50206d8da6665b
parent eb774d898bcbda2ef0fead89a9944bf79013732b
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 19 Jul 2016 09:45:52 -0400

SubPars: Fix Phmagtype Metadata

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

diff --git a/src/Params/SUBnoteParameters.cpp b/src/Params/SUBnoteParameters.cpp @@ -71,7 +71,7 @@ static const rtosc::Ports SUBnotePorts = { #define rChangeCb if (obj->time) { obj->last_update_timestamp = obj->time->time(); } rParamZyn(Pnumstages, rShort("stages"), rMap(min, 1), rMap(max, 5), "Number of filter stages"), rParamZyn(Pbandwidth, rShort("bandwidth"), "Bandwidth of filters"), - rParamZyn(Phmagtype, rShort("mag. type"),"How the magnitudes are computed (0=linear,1=-60dB,2=-60dB)"), + rParamZyn(Phmagtype, rShort("mag. type"), rOptions(linear, -40dB, -60dB, -80dB, -100dB), "Magnitude scale"), rArray(Phmag, MAX_SUB_HARMONICS, "Harmonic magnitudes"), rArray(Phrelbw, MAX_SUB_HARMONICS, "Relative bandwidth"), rParamZyn(Pbwscale, rShort("stretch"), "Bandwidth scaling with frequency"),