zynaddsubfx

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

commit 4b59194819a09c4cf5c0e540acff6caa996f033c
parent a50b0d59103a0bf6cbdf60c5bd94cbb32a004376
Author: Hans Petter Selasky <[email protected]>
Date:   Thu, 25 Nov 2021 17:17:05 +0100

Add an option to enable audio output compressor.

Signed-off-by: Hans Petter Selasky <[email protected]>

Diffstat:
Msrc/UI/ConfigUI.fl | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/UI/ConfigUI.fl b/src/UI/ConfigUI.fl @@ -92,11 +92,17 @@ class ConfigUI {} { class Fl_Osc_Numeric_Input } Fl_Check_Button {} { - label {Swap Stereo } + label {Swap Stereo} xywh {15 80 95 20} box NO_BOX labelsize 11 code0 {o->init("cfg.SwapStereo");} class Fl_Osc_Check } + Fl_Check_Button {} { + label {Enable audio output compressor} + xywh {15 105 205 20} box NO_BOX labelsize 11 + code0 {o->init("cfg.AudioOutputCompressor");} + class Fl_Osc_Check + } Fl_Choice oscilsize_widget { label OscilSize callback{ @@ -155,7 +161,7 @@ class ConfigUI {} { } Fl_Choice {} { label {PADsynth Interpolation} - xywh {175 105 75 15} down_box BORDER_BOX labelsize 10 textsize 11 + xywh {175 130 75 15} down_box BORDER_BOX labelsize 10 textsize 11 code0 {o->init("cfg.Interpolation");} class Fl_Osc_Choice } {