OLD | NEW |
1 Test WaveShaperNode including values outside the range of [-1,1] | 1 Test WaveShaperNode including values outside the range of [-1,1] |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 PASS -1.100000 -> 0.000000. | 5 PASS -1.100000 -> 0.000000. |
6 PASS -1.000000 -> 0.000000. | 6 PASS -1.000000 -> 0.000000. |
7 PASS -0.900000 -> 0.100000. | 7 PASS -0.900000 -> 0.100000. |
8 PASS -0.800000 -> 0.200000. | 8 PASS -0.800000 -> 0.200000. |
9 PASS -0.700000 -> 0.300000. | 9 PASS -0.700000 -> 0.300000. |
10 PASS -0.600000 -> 0.400000. | 10 PASS -0.600000 -> 0.400000. |
(...skipping 12 matching lines...) Expand all Loading... |
23 PASS 0.700000 -> 0.300000. | 23 PASS 0.700000 -> 0.300000. |
24 PASS 0.800000 -> 0.200000. | 24 PASS 0.800000 -> 0.200000. |
25 PASS 0.900000 -> 0.100000. | 25 PASS 0.900000 -> 0.100000. |
26 PASS 1.000000 -> 0.000000. | 26 PASS 1.000000 -> 0.000000. |
27 PASS 1.100000 -> 0.000000. | 27 PASS 1.100000 -> 0.000000. |
28 PASS All outputs matched expected results. | 28 PASS All outputs matched expected results. |
29 PASS successfullyParsed is true | 29 PASS successfullyParsed is true |
30 | 30 |
31 TEST COMPLETE | 31 TEST COMPLETE |
32 | 32 |
OLD | NEW |