zynaddsubfx

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

commit 1463ff06b9df8cdc8a68e00496fd59231355465a
parent bc836f342afe9b7f5b21945b679a032c44245378
Author: Christopher A. Oliver <[email protected]>
Date:   Sun, 15 Nov 2015 22:50:18 -0500

A one line fix for Godfrey's kvetch of November 15, 2015.

Diffstat:
Msrc/UI/PartUI.fl | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/UI/PartUI.fl b/src/UI/PartUI.fl @@ -531,7 +531,9 @@ else {bendrng->oscMove("pitchwheel.bendrange");}} } Fl_Button {} { label {Reset all controllers} - callback {o->oscWrite("defaults");//part->SetController(C_resetallcontrollers,0);} + callback {o->oscWrite("defaults");//part->SetController(C_resetallcontrollers,0); + ctlwindow->update(); + } xywh {5 110 210 20} box THIN_UP_BOX class Fl_Osc_Button }