blob: 3c8dd6052c9a72ee7a95e59bf96a3b446fd5412e [file] [log] [blame]
Test WaveShaperNode including values outside the range of [-1,1]
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS -1.100000 -> 0.000000.
PASS -1.000000 -> 0.000000.
PASS -0.900000 -> 0.100000.
PASS -0.800000 -> 0.200000.
PASS -0.700000 -> 0.300000.
PASS -0.600000 -> 0.400000.
PASS -0.500000 -> 0.500000.
PASS -0.400000 -> 0.600000.
PASS -0.300000 -> 0.700000.
PASS -0.200000 -> 0.800000.
PASS -0.100000 -> 0.900000.
PASS 0.000000 -> 1.000000.
PASS 0.100000 -> 0.900000.
PASS 0.200000 -> 0.800000.
PASS 0.300000 -> 0.700000.
PASS 0.400000 -> 0.600000.
PASS 0.500000 -> 0.500000.
PASS 0.600000 -> 0.400000.
PASS 0.700000 -> 0.300000.
PASS 0.800000 -> 0.200000.
PASS 0.900000 -> 0.100000.
PASS 1.000000 -> 0.000000.
PASS 1.100000 -> 0.000000.
PASS All outputs matched expected results.
PASS successfullyParsed is true
TEST COMPLETE