aboutsummaryrefslogtreecommitdiff
path: root/sfruit/gui-spigot.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-12-01 02:57:16 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-12-01 02:57:16 +0000
commit19846b8431801f09aa6c55207a679e802b3ddf81 (patch)
tree93dc3ddf6b338f16d68ea7984a6e0c47be330cdc /sfruit/gui-spigot.pd
parent0364628be38859e29c090628c031d97636d58353 (diff)
added pdoutify, a better alternative to using OSC for internal communication. also, a simple exponential adsr~ and more work on gui-spigot
svn path=/trunk/abstractions/sfruit/; revision=10409
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;