From 3faf17f7b713905f582def227df90dac15f3468d Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 10 Jul 2007 07:47:46 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r7969, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=7970 --- examples/varseq-example.pd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/varseq-example.pd (limited to 'examples/varseq-example.pd') 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; -- cgit v1.2.1