hoch / canopy

Web Audio API programming/debugging suite
http://hoch.github.io/canopy/
MIT License
72 stars 7 forks source link

Display more digits for amplitude #73

Closed rtoy closed 8 years ago

rtoy commented 8 years ago

In the graph window when hovering over a sample point, the amplitude is printed out in a fixed precision. It would nice if the value were printed out in scientific notation for very small values.

This is important if one of the wave forms is the difference between expected and actual results and the difference is small. I want to know if the 0.0000000 is really 0 or something else.