aboutsummaryrefslogtreecommitdiff
path: root/help-do.pd
diff options
context:
space:
mode:
authorKjetil S. Matheussen <ksvalast@users.sourceforge.net>2004-01-08 14:55:24 +0000
committerKjetil S. Matheussen <ksvalast@users.sourceforge.net>2004-01-08 14:55:24 +0000
commit44bc5a27d53124ba82becd4181fc381053c56fdb (patch)
tree4695439f8508017260cad061ad6505d5a7200d4c /help-do.pd
First commit of k_vst~, k_guile and k_cextsvn2git-root
svn path=/trunk/externals/k_cext/; revision=1253
Diffstat (limited to 'help-do.pd')
-rw-r--r--help-do.pd30
1 files changed, 30 insertions, 0 deletions
diff --git a/help-do.pd b/help-do.pd
new file mode 100644
index 0000000..1e7420c
--- /dev/null
+++ b/help-do.pd
@@ -0,0 +1,30 @@
+#N canvas 338 168 450 300 10;
+#X floatatom 8 272 5 0 0;
+#X floatatom 136 274 5 0 0;
+#X msg 129 103 1;
+#X floatatom 224 103 5 0 0;
+#X obj 12 158 k_cext 1 2 \; IF I(0)!=1 THEN DO \; . O0(I(0)) \; . O1(I(0)+1)
+\; ELSE \; . O0(-2) \; . O1(-3) \;;
+#X obj 269 141 k_cext 1 2 \; IF I(0)!=1 THEN BEGIN \; . O0(I(0)) \;
+. O1(I(0)+1) \; ELSE \; . O0(-2) \; . O1(-3) \; ENDIF;
+#X floatatom 274 269 5 0 0;
+#X floatatom 400 270 5 0 0;
+#X text 34 65 With DO:;
+#X text 288 65 Without DO:;
+#X text 10 5 DO is not a macro \, but a special symbol used by the
+k_cext preprocessor to know when to automaticly insert BEGIN and END
+based on indentation.;
+#X msg 293 109 print;
+#X msg 10 114 print;
+#X text 32 76 ---------;
+#X text 287 76 ---------;
+#X connect 2 0 4 0;
+#X connect 2 0 5 0;
+#X connect 3 0 4 0;
+#X connect 3 0 5 0;
+#X connect 4 0 0 0;
+#X connect 4 1 1 0;
+#X connect 5 0 6 0;
+#X connect 5 1 7 0;
+#X connect 11 0 5 0;
+#X connect 12 0 4 0;