thanks for finding the nits. to fix the second go-right just add the
missing window arg, e.g
(define go-right
(make-automata (loop repeat 40 collect (random 3))
sum-right
:window "Go Right!"
:colormap '(0 pink 1 aqua 2 magenta)
:cellsize 4
:rows 8))
(state go-right #t)
4 pixels is pretty small -- you might want to increase :cellsize if
you are over 30 :)
On Dec 3, 2009, at 1:47 AM, Adam wrote:
>
> Seems to work ootb on WinXP. Just looking at
> it now.
>
> In automata.scm
>
> - (define other-life ..) seems to have an extra ":colormap .."
>
> - 2nd instance of (define go-right .. ) has some problem.
>
> _______________________________________________
> Cmdist mailing list
> [email protected]
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist