HTML as sound
« Transport by Alberto Frias >> the perceptual pod | main | APC NewsBlock 02/01 »
0 Comments

Ever wondered what a web site sounds like? Not the words, but the
actual data on the site itself? Here’s a Lily application that let’s
you "play" the data in a web page like an instrument.
When the patch starts, the browser enters a DOM inspection mode and mousing over a DOM element highlights the node. Clicking on a node writes the element’s data (its innerHTML value if it’s a text element or the binary data if it’s an image) as a sound file and the file is then loaded in a quicktime player in the patch. The sounds can then be triggered using OSC messages. While a DOM element is "playing", the browser scrolls to and highlights the element with a thick black border.

















