diff options
Diffstat (limited to 'float_argument.pd')
-rw-r--r-- | float_argument.pd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/float_argument.pd b/float_argument.pd index 4eb9097..55b6702 100644 --- a/float_argument.pd +++ b/float_argument.pd @@ -1,4 +1,4 @@ -#N canvas 554 317 502 352 10; +#N canvas 554 317 506 356 10; #X obj 214 233 outlet; #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; @@ -12,16 +12,16 @@ if there is no argument specified.; #X obj 63 14 inlet; #X obj 211 138 purepd_error float_argument; #X obj 211 92 bang; -#X msg 211 114 wrong data type on right inlet; #X obj 64 49 route bang float; +#X msg 211 114 wrong data type on inlet; #X connect 2 0 5 0; #X connect 2 1 0 0; #X connect 4 1 0 0; #X connect 5 0 4 0; #X connect 6 0 2 0; -#X connect 8 0 12 0; -#X connect 10 0 11 0; -#X connect 11 0 9 0; -#X connect 12 0 6 0; -#X connect 12 1 0 0; -#X connect 12 2 10 0; +#X connect 8 0 11 0; +#X connect 10 0 12 0; +#X connect 11 0 6 0; +#X connect 11 1 0 0; +#X connect 11 2 10 0; +#X connect 12 0 9 0; |