diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 10:36:08 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 10:36:08 +0000 |
commit | 6e70f33a440fe6c7420c7406af83981be8691ef7 (patch) | |
tree | e31f6c13601a3ad71c95e5977729a767e5b71b3e /tests/_test_template.pd | |
parent | 74ec984c0b4c7b009d103f1e7169a8c862d78ccb (diff) |
minimal test system. more testcases to come.
svn path=/trunk/externals/loaders/tclpd/; revision=15783
Diffstat (limited to 'tests/_test_template.pd')
-rw-r--r-- | tests/_test_template.pd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/_test_template.pd b/tests/_test_template.pd new file mode 100644 index 0000000..6ee49ad --- /dev/null +++ b/tests/_test_template.pd @@ -0,0 +1,22 @@ +#N canvas 237 169 450 300 10;
+#X obj 46 102 inlet;
+#X obj 46 236 outlet;
+#X obj 115 170 outlet;
+#X text 31 22 this is the template for a test;
+#X text 31 63 inlet 0 receives bang on load;
+#X text 160 119 send output to outlet 0 \; bang outlet 1 when test
+is complete;
+#N canvas 0 0 450 300 bang_swap 0;
+#X obj 63 58 inlet;
+#X obj 63 112 t b b;
+#X obj 112 172 outlet;
+#X obj 63 172 outlet;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X connect 1 1 3 0;
+#X restore 46 139 pd bang_swap;
+#X msg 46 202 first output \, second output;
+#X connect 0 0 6 0;
+#X connect 6 0 7 0;
+#X connect 6 1 2 0;
+#X connect 7 0 1 0;
|