aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-11-25 11:34:13 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-11-25 11:34:13 +0000
commit2b32aee99bde85d55321e15e7a68cc9c9d739299 (patch)
treef244a76431fab7dd08b6d628de2744bd341555be
parentbbc9144d848a76f48fcfa380584acf868c374e68 (diff)
started library of objects to conveniently enable and disable gui en masse since it is such a massive performance elephant
svn path=/trunk/abstractions/sfruit/; revision=10384
-rw-r--r--sfruit/gui-spigot.pd8
-rw-r--r--sfruit/gui-update.pd6
-rw-r--r--sfruit/oscoutify.pd2
3 files changed, 16 insertions, 0 deletions
diff --git a/sfruit/gui-spigot.pd b/sfruit/gui-spigot.pd
new file mode 100644
index 0000000..f27fa10
--- /dev/null
+++ b/sfruit/gui-spigot.pd
@@ -0,0 +1,8 @@
+#N canvas 281 332 308 216 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 connect 0 0 1 0;
+#X connect 1 0 3 0;
+#X connect 2 0 1 1;
diff --git a/sfruit/gui-update.pd b/sfruit/gui-update.pd
new file mode 100644
index 0000000..b8ccfd6
--- /dev/null
+++ b/sfruit/gui-update.pd
@@ -0,0 +1,6 @@
+#N canvas 367 554 450 300 10;
+#X obj 78 94 tgl 42 0 \$0.GUI?.s \$0.GUI?.r G 8 22 0 40 -260097 -159788
+-1 0 1;
+#X obj 105 168 s GUI_UPDATE;
+#X connect 0 0 1 0;
+#X coords 0 -1 1 1 44 44 2 77 93;
diff --git a/sfruit/oscoutify.pd b/sfruit/oscoutify.pd
index ad53ca8..7642fc8 100644
--- a/sfruit/oscoutify.pd
+++ b/sfruit/oscoutify.pd
@@ -3,6 +3,8 @@
#X obj 21 31 r \$2;
#X obj 21 55 list prepend \$1;
#X obj 21 0 inlet;
+#X obj 108 1 inlet;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X connect 3 0 2 0;
+#X connect 4 0 2 1;