aboutsummaryrefslogtreecommitdiff
path: root/gui/envgen.h
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-08-11 15:42:23 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-08-11 15:42:23 +0000
commit18f4d4e6f7029eb607dd5e4fdbadc562c2ea6bc4 (patch)
tree289f3283008dac90ff43cb61968bf791049370dc /gui/envgen.h
parent9205cba07d9bbb100a5f78d47ddbdd91f7a60b95 (diff)
added finetunable settings
svn path=/trunk/externals/ggee/; revision=841
Diffstat (limited to 'gui/envgen.h')
-rwxr-xr-xgui/envgen.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/gui/envgen.h b/gui/envgen.h
index 8db6b43..905c80a 100755
--- a/gui/envgen.h
+++ b/gui/envgen.h
@@ -9,8 +9,10 @@ typedef struct _wenvgen {
int height;
int numdoodles;
int grabbed; /* for moving points */
- int pointerx;
- int pointery;
+ int shift; /* move 100th */
+ float pointerx;
+ float pointery;
+ t_clock* numclock;
} t_wenvgen;
typedef struct _envgen
@@ -19,8 +21,6 @@ typedef struct _envgen
t_float x_val;
- t_float x_slevel;
- t_float x_time;
int x_state;
int last_state;
int sustain_state;
@@ -31,7 +31,10 @@ typedef struct _envgen
t_float totaldur;
t_int args; /* get rid of that */
t_int resizing;
+ t_int resizeable;
+ t_float min;
+ t_float max;
t_clock* x_clock;
t_float x_freeze;