From 30be576f74ce016a2943a99b7ab0e665b5cac4aa Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 23 Jul 2005 02:40:12 +0000 Subject: started collection of pd-ified versions of existing objects svn path=/trunk/externals/hcs/purepd/; revision=3368 --- velocity.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 velocity.pd (limited to 'velocity.pd') diff --git a/velocity.pd b/velocity.pd new file mode 100644 index 0000000..a43fd3f --- /dev/null +++ b/velocity.pd @@ -0,0 +1,13 @@ +#N canvas 136 458 454 304 10; +#X obj 177 14 inlet; +#X obj 177 268 outlet; +#X obj 177 64 t b b; +#X obj 178 115 timer; +#X msg 178 159 1000 \$1; +#X obj 178 186 /; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 3 1; +#X connect 3 0 4 0; +#X connect 4 0 5 0; +#X connect 5 0 1 0; -- cgit v1.2.1