]> git.dabkitsch.com - morphograph.git/commitdiff
added new action, verbose bool in struct
authorequilet <2237372+equilet@users.noreply.github.com>
Sun, 25 Jun 2023 05:50:52 +0000 (22:50 -0700)
committerequilet <2237372+equilet@users.noreply.github.com>
Sun, 25 Jun 2023 05:50:52 +0000 (22:50 -0700)
source/mgraph.h

index a4100b86e5012e06625f2fdc58d7afbbdf05a1b2..0fc3f079532d2a0410e30ae3b106d2ab43abe8b2 100644 (file)
@@ -31,8 +31,7 @@
 //#define FEATURE_SPECSLOPE 12
 //#define FEATURE_INHARM 13
 
-//#define NUM_ACTIONS 7
-#define NUM_ACTIONS 6
+#define NUM_ACTIONS 7
 
 #define PARAM_XSCALE 0
 #define PARAM_YSCALE 1
@@ -40,6 +39,7 @@
 #define PARAM_YLOC 3
 #define PARAM_BRIGHTNESS 4
 #define PARAM_ROTATION 5
+#define PARAM_LINEWIDTH 6
 //#define PARAM_XDEV 6
 
 #define NUM_SHAPES 6
@@ -71,6 +71,8 @@ typedef struct _morphograph {
     Parameters l_params;
     t_buffer_ref *l_buffer_reference;   //buffer ref
     t_handle l_svgh; //handle for svg text buffer
+    
+    bool verbose;
     //t_hashtab *hash_table;
 } t_morphograph;