From 18f4d4e6f7029eb607dd5e4fdbadc562c2ea6bc4 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 11 Aug 2003 15:42:23 +0000 Subject: added finetunable settings svn path=/trunk/externals/ggee/; revision=841 --- gui/envgen.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gui/envgen.h') 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; -- cgit v1.2.1