diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-17 05:41:35 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 88900474509e94f2ed7954af65a3bfd18fc27524 (patch) | |
tree | 9123131def273ff4cc23f3ec77ff220adb3ac879 | |
parent | 20114a057ff133509e6c7cad1eb4c135e4b03e47 (diff) |
fixed up error message to make sense with new inlet layout
svn path=/trunk/abstractions/purepd/; revision=4732
-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; |