aboutsummaryrefslogtreecommitdiff
path: root/sfruit/screendimens.pd
diff options
context:
space:
mode:
Diffstat (limited to 'sfruit/screendimens.pd')
-rw-r--r--sfruit/screendimens.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/sfruit/screendimens.pd b/sfruit/screendimens.pd
new file mode 100644
index 0000000..33c7f38
--- /dev/null
+++ b/sfruit/screendimens.pd
@@ -0,0 +1,19 @@
+#N canvas 880 47 296 242 10;
+#X declare -lib toxy;
+#X msg 56 87 query winfo screenwidth .;
+#X obj 56 164 pack f f;
+#X msg 101 109 query winfo screenheight .;
+#X obj 56 59 t b b;
+#X obj 56 35 inlet;
+#X obj 56 190 outlet;
+#X obj 101 131 tot .;
+#X obj 56 109 tot .;
+#X obj 139 35 import toxy;
+#X connect 0 0 7 0;
+#X connect 1 0 5 0;
+#X connect 2 0 6 0;
+#X connect 3 0 0 0;
+#X connect 3 1 2 0;
+#X connect 4 0 3 0;
+#X connect 6 0 1 1;
+#X connect 7 0 1 0;