diff options
Diffstat (limited to 'python/examples/futureHouse/waveViz.html')
| -rw-r--r-- | python/examples/futureHouse/waveViz.html | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/python/examples/futureHouse/waveViz.html b/python/examples/futureHouse/waveViz.html index b63b638..d85a47d 100644 --- a/python/examples/futureHouse/waveViz.html +++ b/python/examples/futureHouse/waveViz.html @@ -4,7 +4,10 @@  <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>  <script src="waveViz.js"></script> -<canvas id="canvas"></canvas> +<div id="canvasDiv"> +    <canvas id="canvas"></canvas> +</div> +  <label>maxPulseLength (0-4096)</label> | 
