diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-19 17:26:57 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-19 17:26:57 +0000 |
commit | 413cf5c973f917cee38331df447a6b1931b91c45 (patch) | |
tree | e1af52e43e431e3d0e059cbbf2cc75b793f05bcf /tests/or~ | |
parent | 4ab31246e7e315418f6cbaeab89749d9918875b9 (diff) |
removed verbose output; added note about broken [||~]
svn path=/trunk/externals/zexy/; revision=13050
Diffstat (limited to 'tests/or~')
-rw-r--r-- | tests/or~/singlenoise.pd | 6 |
1 files changed, 4 insertions, 2 deletions
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; |