From ab6aa980586e7494b631feb0cfdb868b144aff0e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 10 Apr 2006 18:54:51 +0000 Subject: some more core concepts that need to be ordered svn path=/trunk/; revision=4864 --- doc/tutorials/intro/right_to_left_order.pd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/tutorials/intro/right_to_left_order.pd (limited to 'doc/tutorials/intro/right_to_left_order.pd') diff --git a/doc/tutorials/intro/right_to_left_order.pd b/doc/tutorials/intro/right_to_left_order.pd new file mode 100644 index 00000000..bd2522f2 --- /dev/null +++ b/doc/tutorials/intro/right_to_left_order.pd @@ -0,0 +1,17 @@ +#N canvas 298 70 636 452 12; +#X text 196 193 <-- click here \,; +#X obj 126 242 unpack float float float; +#X obj 8 10 cnv 15 400 40 empty empty right_to_left_order 20 12 0 24 +-228992 -66577 0; +#X msg 126 193 3 2 1; +#X text 14 94 Objects in Pd output there data in right-to-left order. +In general \, the flow of data is from top to bottom \, from right +to left.; +#X text 100 356 now look in the Pd window for the output; +#X obj 227 306 print nächste; +#X obj 87 307 print último; +#X obj 378 306 print first; +#X connect 1 0 7 0; +#X connect 1 1 6 0; +#X connect 1 2 8 0; +#X connect 3 0 1 0; -- cgit v1.2.1