# HG changeset patch # User Steve Losh # Date 1490306324 0 # Node ID 15216cd85e8b088d30604e7a0424f2977f4775e7 # Parent 63c0f972553c5bb6745aaa8f652aec4fcf449fe0 Update diff -r 63c0f972553c -r 15216cd85e8b README.markdown --- a/README.markdown Thu Mar 23 18:58:29 2017 +0000 +++ b/README.markdown Thu Mar 23 21:58:44 2017 +0000 @@ -266,3 +266,6 @@ * Added a simple Monte Carlo player to [cl-ggp][]. It'll be used as an example during my ELS talk. Also added some additional GDL cleaning to cl-ggp's reasoner. +* Looked around for a simple, cross-platform way to just play a WAV file from + Common Lisp (or at least from C (which I can wrap with CFFI) but apparently + nothing exists. Computers are awful.