[Gridflow-cvs] [svn] commit: r5766 - /trunk/doc/grid.pd
svn-gridflow at artengine.ca
svn-gridflow at artengine.ca
Fri Jul 23 00:08:21 EDT 2010
Author: matju
Date: Fri Jul 23 00:08:21 2010
New Revision: 5766
Log:
...
Modified:
trunk/doc/grid.pd
Modified: trunk/doc/grid.pd
==============================================================================
--- trunk/doc/grid.pd (original)
+++ trunk/doc/grid.pd Fri Jul 23 00:08:21 2010
@@ -1,7 +1,6 @@
-#N canvas 627 0 622 671 10;
+#N canvas 627 0 622 645 10;
#X obj 0 0 doc_demo;
-#X text 108 30 Grid Literals;
-#X text 141 53 In every grid-accepting inlet \, a list may be sent
+#X text 141 46 In every grid-accepting inlet \, a list may be sent
instead. If it consists only of numbers \, it will be converted to
a one-dimensional grid. Else it may contain a single "#" sign and integers
on both sides of it \, where the ones to the left of it are fed as
@@ -9,13 +8,12 @@
of it are fed through that [#redim]. In every grid-accepting inlet
\, an integer or float may also be sent : it will be converted to a
zero-dimensional grid (a scalar).;
-#X text 106 184 Grid Protocol;
-#X text 140 200 a grid has an associated number type that defines what
+#X text 140 190 a grid has an associated number type that defines what
are the possible values for its elements (and how much space it takes).
the default is int32. a single-dimensional grid of 3 elements (a triplet)
is called dim(3). a three-dimensional grid of 240 rows of 320 columns
of triplets is called dim(240 \, 320 \, 3).;
-#X text 139 310 There is a sequence in which elements of a Grid are
+#X text 139 273 There is a sequence in which elements of a Grid are
stored and transmitted. Dimension 0 is called "first" and dimension
N-1 is called "last". They are called so because if you select a position
in the first dimension of a grid \, the selected part is of the same
@@ -24,7 +22,7 @@
\, 3). if you further select a subpart of that \, you will get a dim(3)
\, and if you select a subpart of that \, you will get a dim() \, which
is a single number without any indexing (0-dimensional grid).;
-#X text 142 466 At each such level \, elements are sent/stored in their
+#X text 138 425 At each such level \, elements are sent/stored in their
numeric order \, and are numbered using natural numbers starting at
0 This ordering usually does not matter \, but sometimes it does. Most
notably \, [#import] \, [#export] and [#redim] care about it. On the
@@ -33,4 +31,9 @@
care about the distinction. A grid with only 1 element in a given dimension
is different from one lacking that dimension \; it won't have the same
meaning. You can use this property to your advantage sometimes.;
-#X obj 0 635 doc_f;
+#X obj 0 611 doc_f;
+#X obj 3 27 doc_section Grid Literals;
+#X obj 3 171 doc_section Grid Protocol;
+#X obj 3 591 doc_also;
+#X obj 103 591 doc_link image 1;
+#X connect 8 1 9 0;
More information about the Gridflow-cvs
mailing list