aboutsummaryrefslogtreecommitdiff
path: root/Gem/square-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/square-help.pd')
-rw-r--r--Gem/square-help.pd32
1 files changed, 17 insertions, 15 deletions
diff --git a/Gem/square-help.pd b/Gem/square-help.pd
index f5bff2e..2df4559 100644
--- a/Gem/square-help.pd
+++ b/Gem/square-help.pd
@@ -1,8 +1,9 @@
#N canvas 289 160 710 345 10;
+#X declare -lib Gem;
#X text 54 30 Class: geometric object;
-#X obj 519 47 cnv 15 170 250 empty empty empty 20 12 0 14 -228992 -66577
+#X obj 489 57 cnv 15 170 250 empty empty empty 20 12 0 14 -228992 -66577
0;
-#X obj 584 224 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
+#X obj 554 234 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
0;
#N canvas 0 0 450 300 gemwin 0;
#X obj 132 136 gemwin;
@@ -22,9 +23,9 @@
#X connect 5 0 1 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
-#X restore 589 263 pd gemwin;
-#X msg 589 244 create;
-#X text 585 223 Create window:;
+#X restore 559 273 pd gemwin;
+#X msg 559 254 create;
+#X text 555 233 Create window:;
#X obj 7 65 cnv 15 450 100 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 8 216 cnv 15 450 100 empty empty empty 20 12 0 14 -233017 -66577
@@ -35,26 +36,27 @@
#X text 17 175 Arguments:;
#X text 27 247 Inlet 1: message: draw [line|fill|point];
#X text 27 261 Inlet 2: float: size;
-#X text 452 8 GEM object;
+#X text 502 8 GEM object;
#X text 27 233 Inlet 1: gemlist;
#X text 9 280 Outlets:;
#X text 21 293 Outlet 1: gemlist;
-#X text 525 29 Example:;
-#X obj 522 78 cnv 15 150 100 empty empty empty 20 12 0 14 -24198 -66577
+#X text 495 39 Example:;
+#X obj 492 88 cnv 15 150 100 empty empty empty 20 12 0 14 -24198 -66577
0;
-#X msg 525 85 draw line;
-#X msg 525 106 draw fill;
-#X msg 525 128 draw point;
-#X obj 593 54 gemhead;
-#X floatatom 624 114 5 0 0 0 - - -;
-#X text 624 98 size;
-#X obj 593 159 square;
+#X msg 495 95 draw line;
+#X msg 495 116 draw fill;
+#X msg 495 138 draw point;
+#X obj 563 64 gemhead;
+#X floatatom 594 124 5 0 0 0 - - -;
+#X text 594 108 size;
+#X obj 563 169 square;
#X text 7 69 Description: Renders a square;
#X text 33 14 Synopsis: [square];
#X text 63 186 size of the square;
#X text 16 86 The [square] object renders a square at the current position
with current color. The size of the square can be changed via the second
inlet.;
+#X obj 578 8 declare -lib Gem;
#X connect 3 0 4 0;
#X connect 4 0 3 0;
#X connect 19 0 25 0;