zynaddsubfx

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

commit 3f46c3c1176553576fe438009bda55f0ad0780f9
parent 943f4fa1bdead36d2526224c43ea1426ecf9ec43
Author: Christopher A. Oliver <[email protected]>
Date:   Tue, 27 Oct 2015 16:45:12 -0400

Suppress phase randomness slider for PADsynths.

It doesn't do anything to the generated sample even in discrete mode.

Diffstat:
Msrc/UI/OscilGenUI.fl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/OscilGenUI.fl b/src/UI/OscilGenUI.fl @@ -252,7 +252,7 @@ class OscilEditor {open : {public PresetsUI_} label rnd callback {} tooltip {Oscilator Phase Randomness: smaller than 0 is "group", larger than 0 is for each harmonic} xywh {145 290 100 10} type {Horz Knob} box NO_BOX labelsize 10 align 5 minimum -64 maximum 63 step 1 - code0 {(void)o->init("Prand");//if (oscil->ADvsPAD) o->hide();} + code0 {(void)o->init("Prand"); if (!adnotep) o->hide();} class Fl_Osc_VSlider } Fl_Group {} {open