]> git.dabkitsch.com - morphograph.git/commitdiff
coarseness param
authorequilet <2237372+equilet@users.noreply.github.com>
Wed, 24 Jan 2024 22:01:08 +0000 (14:01 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Wed, 24 Jan 2024 22:01:08 +0000 (14:01 -0800)
source/mgraph.h

index 3fac2708286f5c8b3aa6de868cf2298be812a1be..83bf4fa06d3ab9a78155001a3dec0593a2bbabe5 100644 (file)
@@ -75,6 +75,7 @@ typedef struct _morphograph {
     t_handle l_svgh; //handle for svg text buffer
     
     bool verbose;
+    long coarseness;
     //t_hashtab *hash_table;
 } t_morphograph;