comparison org/hearing.org @ 223:14718d7b19eb

minor fix
author Robert McIntyre <rlm@mit.edu>
date Sat, 11 Feb 2012 12:26:54 -0700
parents 49d0a545a872
children 072dc8e2301c
comparison
equal deleted inserted replaced
222:49d0a545a872 223:14718d7b19eb
966 <video controls="controls" width="500"> 966 <video controls="controls" width="500">
967 <source src="../video/java-hearing-test.ogg" type="video/ogg" 967 <source src="../video/java-hearing-test.ogg" type="video/ogg"
968 preload="none" poster="../images/aurellem-1280x480.png" /> 968 preload="none" poster="../images/aurellem-1280x480.png" />
969 </video> 969 </video>
970 </center> 970 </center>
971 <p>The blue ball is emitting a constant sound. Each blue box is 971 <p>The blue sphere is emitting a constant sound. Each blue box is
972 listening for sound, and will change color from blue to green if it 972 listening for sound, and will change color from blue to green if it
973 detects sound which is louder than a certain threshold. As the blue 973 detects sound which is louder than a certain threshold. As the blue
974 sphere travels along the path, it excites each of the cubes in turn.</p> 974 sphere travels along the path, it excites each of the cubes in turn.</p>
975 </div> 975 </div>
976 #+end_html 976 #+end_html
995 (doto (AppSettings. true) 995 (doto (AppSettings. true)
996 (.setAudioRenderer "Send"))) 996 (.setAudioRenderer "Send")))
997 (.setShowSettings false) 997 (.setShowSettings false)
998 (.setPauseOnLostFocus false))) 998 (.setPauseOnLostFocus false)))
999 #+end_src 999 #+end_src
1000
1001
1002
1003 1000
1004 ** Adding Hearing to the Worm 1001 ** Adding Hearing to the Worm
1005 1002
1006 To the worm, I add a new node called "ears" with one child which 1003 To the worm, I add a new node called "ears" with one child which
1007 represents the worm's single ear. 1004 represents the worm's single ear.