aboutsummaryrefslogtreecommitdiff
path: root/examples/varseq-example.pd
diff options
context:
space:
mode:
authorN.N. <chr15m@users.sourceforge.net>2007-07-10 07:47:46 +0000
committerN.N. <chr15m@users.sourceforge.net>2007-07-10 07:47:46 +0000
commit3faf17f7b713905f582def227df90dac15f3468d (patch)
treea429f621d2aad8db85d902fde422d3ff1e859bd6 /examples/varseq-example.pd
This commit was generated by cvs2svn to compensate for changes in r7969,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=7970
Diffstat (limited to 'examples/varseq-example.pd')
-rw-r--r--examples/varseq-example.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/varseq-example.pd b/examples/varseq-example.pd
new file mode 100644
index 0000000..34da01c
--- /dev/null
+++ b/examples/varseq-example.pd
@@ -0,0 +1,10 @@
+#N struct 1088template float x float y float z float q;
+#N canvas 249 214 444 162 10;
+#X floatatom 7 72 5 0 0 0 - - -;
+#X floatatom 7 124 5 0 0 0 - - -;
+#X text 7 3 Make some triangles by dragging the little vertical lines.
+Then loop through the sequence by changing the first number box. The
+lengths of the triangles will appear in the second number box.;
+#X obj 7 90 s-varseq 2 4;
+#X connect 0 0 3 0;
+#X connect 3 0 1 0;