diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-07-23 02:40:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-07-23 02:40:12 +0000 |
commit | 30be576f74ce016a2943a99b7ab0e665b5cac4aa (patch) | |
tree | 7bb8db4c986a770cc9bf81674e9ca032c40fa2f3 /float_argument.pd |
started collection of pd-ified versions of existing objectssvn2git-root
svn path=/trunk/externals/hcs/purepd/; revision=3368
Diffstat (limited to 'float_argument.pd')
-rw-r--r-- | float_argument.pd | 14 |
1 files changed, 14 insertions, 0 deletions
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; |