From 413cf5c973f917cee38331df447a6b1931b91c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 19 Jan 2010 17:26:57 +0000 Subject: removed verbose output; added note about broken [||~] svn path=/trunk/externals/zexy/; revision=13050 --- tests/or~/singlenoise.pd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/or~') diff --git a/tests/or~/singlenoise.pd b/tests/or~/singlenoise.pd index 213f20a..416bbbd 100644 --- a/tests/or~/singlenoise.pd +++ b/tests/or~/singlenoise.pd @@ -3,7 +3,7 @@ #X text 37 51 may people think that it is a bad idea to not create [repeat] if there is no argument. so this test fails when the object cannot instantiate; -#N canvas 363 165 631 415 compare 1; +#N canvas 363 165 631 415 compare 0; #X obj 261 65 inlet~ processed; #X obj 262 94 tabsend~ \$0-output; #X obj 417 92 table \$0-output 64; @@ -51,7 +51,6 @@ cannot instantiate; #X connect 17 0 12 1; #X connect 18 0 3 0; #X connect 19 0 4 0; -#X connect 20 0 21 0; #X restore 91 367 pd compare; #N canvas 1456 193 714 565 reference 0; #X obj 519 101 table \$0-reference 64; @@ -141,6 +140,9 @@ cannot instantiate; #X connect 2 0 1 0; #X restore 158 243 pd input1; #X obj 158 274 ||~; +#X text 278 194 the [||~] implementation currently behaves different +from [||] when in SSE mode (the default): it uses !=0 for integer conversion +rather than abs()>=1; #X connect 0 0 10 0; #X connect 2 0 4 0; #X connect 3 0 2 0; -- cgit v1.2.1