Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Apr 27, 2012
1 parent efc6a2c commit f531a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSLA/20120426.rst
Expand Up @@ -204,11 +204,11 @@ Sample
ctx.fillRect(1 * w, canvas.height, w, -canvas.height * ears.mids());
ctx.fillRect(2 * w, canvas.height, w, -canvas.height * ears.highs());

With vcolors
With colors

.. sourcecode:: javascript::

ears.updateAudio(0.5);
ears.updateAudio(0.5);

ctx.clearRect(0, 0, canvas.width, canvas.height);

Expand Down

0 comments on commit f531a1c

Please sign in to comment.