aboutsummaryrefslogtreecommitdiff
path: root/float_argument.pd
diff options
context:
space:
mode:
Diffstat (limited to 'float_argument.pd')
-rw-r--r--float_argument.pd14
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;