From 21f697ecc29c89ef25262c0249f301aca8636657 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 17 Mar 2006 04:49:48 +0000 Subject: rough start at a cursor object, I need help with Pd GUI programming svn path=/trunk/externals/hcs/; revision=4722 --- cursor-help.pd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cursor-help.pd (limited to 'cursor-help.pd') diff --git a/cursor-help.pd b/cursor-help.pd new file mode 100644 index 0000000..9b04a7a --- /dev/null +++ b/cursor-help.pd @@ -0,0 +1,17 @@ +#N canvas 0 22 454 304 10; +#X msg 178 124 start; +#X msg 227 124 stop; +#X obj 142 123 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 +1; +#X obj 157 151 cursor 80 80; +#X floatatom 99 242 5 0 0 0 - - -; +#X floatatom 239 242 5 0 0 0 - - -; +#X obj 131 258 print LEFT; +#X obj 226 265 print RIGHT; +#X connect 0 0 3 0; +#X connect 1 0 3 0; +#X connect 2 0 3 0; +#X connect 3 0 4 0; +#X connect 3 0 6 0; +#X connect 3 1 5 0; +#X connect 3 1 7 0; -- cgit v1.2.1