From 57b74403674f1079c5aee4d7071c956a3e045bff Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 21 Mar 2006 16:18:14 +0000 Subject: moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment svn path=/trunk/externals/mapping/; revision=4747 --- pd/last_n.pd | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pd/last_n.pd (limited to 'pd/last_n.pd') diff --git a/pd/last_n.pd b/pd/last_n.pd deleted file mode 100644 index 7e3b076..0000000 --- a/pd/last_n.pd +++ /dev/null @@ -1,21 +0,0 @@ -#N canvas 417 318 723 395 10; -#X floatatom 356 89 5 0 0 2 change-size - -; -#X obj 326 112 t f b; -#X text 378 110 first reset (b) \, then set new length (f).; -#X text 311 195 Right outlet is responsible to first fill the list -; -#X text 322 217 Left outlet then only lets the smaller list pass.; -#X obj 180 183 list; -#X obj 326 54 inlet; -#X obj 180 149 inlet; -#X obj 180 302 outlet; -#X obj 180 228 list split \$1; -#X connect 0 0 1 0; -#X connect 1 0 9 1; -#X connect 1 1 5 1; -#X connect 5 0 9 0; -#X connect 6 0 1 0; -#X connect 7 0 5 0; -#X connect 9 0 5 1; -#X connect 9 0 8 0; -#X connect 9 2 5 1; -- cgit v1.2.1