Mercurial > cortex
diff org/hearing.org @ 321:702b5c78c2de
gathered all the tests into (run-suite), which should make testing vastly easier.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 08 May 2012 08:22:19 -0500 |
parents | bb3f8a4af87f |
children | e6233ef22a80 |
line wrap: on
line diff
1.1 --- a/org/hearing.org Thu Mar 01 06:24:17 2012 -0700 1.2 +++ b/org/hearing.org Tue May 08 08:22:19 2012 -0500 1.3 @@ -1021,6 +1021,14 @@ 1.4 (in-ns 'cortex.test.hearing) 1.5 1.6 (defn test-worm-hearing 1.7 + "Testing hearing: 1.8 + You will see the worm fall onto a table. There is a long 1.9 + horizontal bar which shows the waveform of whatever the worm is 1.10 + hearing. When you play a sound, the bar should display a waveform. 1.11 + 1.12 + Keys: 1.13 + <enter> : play sound" 1.14 + 1.15 ([] (test-worm-hearing false)) 1.16 ([record?] 1.17 (let [the-worm (doto (worm) (body!))