aboutsummaryrefslogtreecommitdiff
path: root/float_argument.pd
blob: ad44b17350ac9deb3b5d2e84246c57d2ac23d800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;