aboutsummaryrefslogtreecommitdiff
path: root/sfruit/gui-spigot.pd
diff options
context:
space:
mode:
Diffstat (limited to 'sfruit/gui-spigot.pd')
-rw-r--r--sfruit/gui-spigot.pd26
1 files changed, 20 insertions, 6 deletions
diff --git a/sfruit/gui-spigot.pd b/sfruit/gui-spigot.pd
index f27fa10..12ca0a6 100644
--- a/sfruit/gui-spigot.pd
+++ b/sfruit/gui-spigot.pd
@@ -1,8 +1,22 @@
-#N canvas 281 332 308 216 10;
+#N canvas 281 332 584 300 10;
#X obj 86 64 inlet;
-#X obj 86 94 spigot 1;
-#X obj 131 64 r GUI_UPDATE;
-#X obj 86 119 outlet;
+#X obj 86 124 spigot 1;
+#X obj 86 249 outlet;
+#X obj 144 124 spigot 0;
+#X obj 189 100 == 0;
+#X obj 123 203 list;
+#X obj 123 178 t b;
+#X obj 123 154 r GUI_UPDATE;
+#X obj 131 64 r GUI_UPDATING?;
+#X text 195 189 possibly add random short delay here so guis are not
+all updating simultaneously. hopefully would prevent dropouts;
#X connect 0 0 1 0;
-#X connect 1 0 3 0;
-#X connect 2 0 1 1;
+#X connect 0 0 3 0;
+#X connect 1 0 2 0;
+#X connect 3 0 5 1;
+#X connect 4 0 3 1;
+#X connect 5 0 2 0;
+#X connect 6 0 5 0;
+#X connect 7 0 6 0;
+#X connect 8 0 1 1;
+#X connect 8 0 4 0;