zynaddsubfx

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

commit d8011326dbeb7b2901bfc41aa5154bd81348917e
parent 02085e2c7e87321279e461d3b647ad204c5f054c
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Fri,  6 Mar 2015 17:01:47 -0500

SUBnoteUI: Refresh Harmonics On Paste

Diffstat:
Msrc/UI/SUBnoteUI.fl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/UI/SUBnoteUI.fl b/src/UI/SUBnoteUI.fl @@ -493,6 +493,7 @@ globalfiltergroup->redraw();} Function {refresh()} {} { code { SUBparameters->update(); +for (int i=0;i<MAX_SUB_HARMONICS;i++) h[i]->refresh(); //globalfiltergroup->redraw(); //ampenv->refresh(); //bandwidthenvelopegroup->refresh();