From 44e3e2d0e046f00f0366e376209f482dfc8018cf Mon Sep 17 00:00:00 2001 From: musil Date: Sat, 9 Dec 2006 02:36:07 +0000 Subject: changed makefile changed README.txt changed help-*.pd to *-help.pd chanded file structure to standard 2nd step new abs and help svn path=/trunk/externals/iemlib/; revision=6757 --- iemabs/unsig~.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 iemabs/unsig~.pd (limited to 'iemabs/unsig~.pd') diff --git a/iemabs/unsig~.pd b/iemabs/unsig~.pd new file mode 100644 index 0000000..f9d440e --- /dev/null +++ b/iemabs/unsig~.pd @@ -0,0 +1,27 @@ +#N canvas 320 149 275 323 10; +#X obj 22 42 inlet~; +#X text 62 42 ~signal_in~; +#X text 12 8 unsig~; +#X obj 22 221 outlet; +#X text 69 222 float-out; +#X text 67 9 grab every metrotime one sample; +#X obj 22 195 snapshot~; +#X obj 39 172 metro 300; +#X obj 39 81 loadbang; +#X obj 39 106 t b b; +#X obj 64 128 f \$1; +#X obj 64 148 sel 0; +#X text 116 275 IEM KUG; +#X text 100 263 musil; +#X text 130 263 @; +#X text 136 263 iem.at; +#X text 51 252 (c) Thomas Musil 2000 - 2005; +#X text 99 285 Graz \, Austria; +#X connect 0 0 6 0; +#X connect 6 0 3 0; +#X connect 7 0 6 0; +#X connect 8 0 9 0; +#X connect 9 0 7 0; +#X connect 9 1 10 0; +#X connect 10 0 11 0; +#X connect 11 1 7 1; -- cgit v1.2.1