zynaddsubfx

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

commit cb975edc5b414f1a8f0b88bb70fa98f93d4af3d6
parent 45db18b1f8d27c7e119e0553425df0181a57cbe5
Author: Christopher A. Oliver <[email protected]>
Date:   Fri, 27 Nov 2015 18:27:31 -0500

Fix wrong type for check box

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

diff --git a/src/Params/ADnoteParameters.cpp b/src/Params/ADnoteParameters.cpp @@ -258,7 +258,7 @@ static const Ports globalPorts = { //Resonance - rParamZyn(Hrandgrouping, "How randomness is applied to multiple voices using the same oscil"), + rToggle(Hrandgrouping, "How randomness is applied to multiple voices using the same oscil"), //weird stuff for PCoarseDetune {"detunevalue:", rMap(unit,cents) rDoc("Get detune in cents"), NULL,