From d94369cd874ac65309d8e4f9de8b81125c66e27a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 21 Nov 2010 04:53:44 +0000 Subject: ported to library template and updated version to 1.0.3.1 to reflect bugfixes and doc updates svn path=/trunk/externals/vbap/; revision=14453 --- examples/recent.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/recent.pd (limited to 'examples/recent.pd') diff --git a/examples/recent.pd b/examples/recent.pd new file mode 100644 index 0000000..add6c7d --- /dev/null +++ b/examples/recent.pd @@ -0,0 +1,14 @@ +#N canvas 399 148 452 302 12; +#X obj 56 55 inlet; +#X msg 91 123 clear; +#X obj 59 252 outlet; +#X obj 166 54 inlet; +#X text 8 5 output only most "recent" messages; +#X obj 56 89 t a b; +#X obj 59 202 pipe \$1; +#X connect 0 0 5 0; +#X connect 1 0 6 0; +#X connect 3 0 6 1; +#X connect 5 0 6 0; +#X connect 5 1 1 0; +#X connect 6 0 2 0; -- cgit v1.2.1