zynaddsubfx

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

commit 9b20e0a7e054996e8f7ffcc53ae8c8ea8f8cc08d
parent ada41b161bb493eeae4502b731b2c1f533d96439
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Mon,  1 Jun 2015 17:05:26 -0400

ADnoteParameters: Remove Duplicate Rtosc Port

Diffstat:
Msrc/Params/ADnoteParameters.cpp | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Params/ADnoteParameters.cpp b/src/Params/ADnoteParameters.cpp @@ -189,7 +189,6 @@ static const Ports voicePorts = { #define rObject ADnoteGlobalParam static const Ports globalPorts = { - rParamZyn(PPanning, "Panning (0 random, 1 left, 127 right)"), rRecurp(Reson, "Resonance"), rRecurp(FreqLfo, "Frequency LFO"), rRecurp(AmpLfo, "Amplitude LFO"), @@ -207,7 +206,7 @@ static const Ports globalPorts = { rParamZyn(PBandwidth, "Relative Fine Detune Gain"), //Amplitude - rParamZyn(PPanning, "Panning of ADsynth"), + rParamZyn(PPanning, "Panning of ADsynth (0 random, 1 left, 127 right)"), rParamZyn(PVolume, "volume control"), rParamZyn(PAmpVelocityScaleFunction, "Volume Velocity Control"),