From e805ba010560231b11291a5376d5e72ddfcc5378 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 12 Apr 2009 03:47:04 +0000 Subject: whipped out simple object that just asks Tcl for the screen resolution and outputs the numbers via two outlets svn path=/trunk/externals/hcs/; revision=11010 --- screensize-help.pd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 screensize-help.pd (limited to 'screensize-help.pd') diff --git a/screensize-help.pd b/screensize-help.pd new file mode 100644 index 0000000..8a7117e --- /dev/null +++ b/screensize-help.pd @@ -0,0 +1,9 @@ +#N canvas 341 296 450 300 10; +#X msg 184 101 bang; +#X floatatom 184 170 5 0 0 0 width - -; +#X floatatom 241 170 5 0 0 1 height - -; +#X text 111 47 get the current screen resolution; +#X obj 184 138 screensize; +#X connect 0 0 4 0; +#X connect 4 0 1 0; +#X connect 4 1 2 0; -- cgit v1.2.1