commit 2aae44fb9b27d2118f696915e98cc5afb6eed94f
parent 80d823bce167fb2d09a77a419884e7f0c9fbf908
Author: paulnasca <paulnasca>
Date: Sat, 13 Mar 2004 10:42:14 +0000
*** empty log message ***
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/UI/ADnoteUI.fl b/src/UI/ADnoteUI.fl
@@ -288,8 +288,8 @@ delete(harmonic);} {}
class ADOscilEditor {} {
Function {make_window()} {} {
Fl_Window osceditUI {
- label {ADsynth Oscillator Editor} selected
- xywh {17 85 750 590} type Double hide
+ label {ADsynth Oscillator Editor}
+ xywh {96 94 750 590} type Double hide
} {
Fl_Group oscildisplaygroup {
xywh {15 5 360 300} box ENGRAVED_FRAME
@@ -486,6 +486,8 @@ if (autoclearbutton->value()){
oscil->Phmag[0]=127;
oscil->Pharmonicshift=0;
+ harmonicshiftcounter->value(0);
+
h[0]->mag->value(0);
wshbutton->value(0);
wshbutton->do_callback();
@@ -505,7 +507,7 @@ pthread_mutex_unlock(&master->mutex);
oscildisplaygroup->redraw();
basefuncdisplaygroup->redraw();
-oldosc->redraw();}
+oldosc->redraw();} selected
tooltip {Use this Oscillator as base function} xywh {15 310 85 20} box THIN_UP_BOX labelfont 1 labelsize 12
}
Fl_Button {} {