From 88900474509e94f2ed7954af65a3bfd18fc27524 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 17 Mar 2006 05:41:35 +0000 Subject: fixed up error message to make sense with new inlet layout svn path=/trunk/abstractions/purepd/; revision=4732 --- float_argument.pd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'float_argument.pd') 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; -- cgit v1.2.1