aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-07-07 23:44:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-07-07 23:44:16 +0000
commitb88a64023a08ed9a0e520058ef8be200515d9639 (patch)
tree913559dcca1293787335b8cb7941bdd56c66e487 /doc
parent3f4489e30386b93d690fce59b764485ace69ba65 (diff)
added basic [comment] help
svn path=/trunk/externals/miXed/; revision=1842
Diffstat (limited to 'doc')
-rw-r--r--doc/help/cyclone/comment-help.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/help/cyclone/comment-help.pd b/doc/help/cyclone/comment-help.pd
new file mode 100644
index 0000000..c705161
--- /dev/null
+++ b/doc/help/cyclone/comment-help.pd
@@ -0,0 +1,20 @@
+#N canvas 486 257 517 358 10;
+#X text 62 280 cyclone is (c) Krzysztof Czaja and others;
+#X text 63 298 docs based on the MAX/MSP reference (c) cycling'74;
+#X text 62 312 ___________________________________________________
+;
+#X obj 9 14 comment 0 12 Courier ? 0 0 0 0 [comment];
+#X text 92 13 a text comment with some formatting options \, meant
+to be Max/MSP compatible;
+#X obj 14 210 comment 0 12 Courier ? 0 0 0 0 [comment 0 12 Courier]
+;
+#X text 11 65 Comment accepts three arguments which define the basic
+formatting: width \, font-size \, font-face;
+#X obj 15 233 comment 0 20 Times ? 0 0 0 0 [comment 0 20 Times];
+#X text 13 186 Here are some examples:;
+#X obj 269 212 comment 100 14 Helvetica ? 0 0 0 0 [comment 100 14 Helvetica]
+;
+#X text 27 145 - font-face: one of the Pd standards: Courier \, Times
+\, or Helvetica;
+#X text 27 128 - font-size: in pixels;
+#X text 27 111 - width: in pixels \, wraps text to this width;