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 --- float_argument.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 float_argument.pd (limited to 'float_argument.pd') diff --git a/float_argument.pd b/float_argument.pd new file mode 100644 index 0000000..ad44b17 --- /dev/null +++ b/float_argument.pd @@ -0,0 +1,14 @@ +#N canvas 390 291 482 332 10; +#X obj 143 96 f \$1; +#X obj 244 203 outlet; +#X obj 143 14 loadbang; +#X text 40 248 If the argument is not equal to 0 \, use it. Pd init +arguments to 0 so unused arguments will be 0; +#X obj 194 153 select 0; +#X obj 142 51 trigger bang bang; +#X text 39 285 This is useful to have internals inited \, but not reset +if there is no argument specified.; +#X connect 0 0 4 0; +#X connect 2 0 5 0; +#X connect 4 1 1 0; +#X connect 5 0 0 0; -- cgit v1.2.1