tut mir leid...

Rick Taube hkt@guido.zkm.de
Sat, 25 Mar 95 12:31:24 GMT+0100


...but i made two archiving mistakes yesterday. stop reading if you didnt get cm.sea.bin or gcl-next.tar.gz yesterday. if you got gcl-next.tar.gz, please get it again -- i forgot to update the NeXT.defs file for the MusicKit_4.1.1 midi lib. if you got cm.sea.bin or cm.sea.hqx, i deleted code that makes a cross-hair cursor in the new envelope editor. and the world kept spinning!  but since there is no point to a graphic envelope editor unless its spiffy, here is the patch. either put it in in a file called cminit.lisp, or replace the current defmethod in capella:mac:enved.lisp then recompile that file then do build.lisp again. the archives on ftp.zkm and ftp-ccrma have already been updated.

(in-package :stella)

(defmethod ccl:view-cursor ((view plot-view) point)
  (declare (ignore point))
  (if (slot-value view 'guide?)
      (cross-hair-cursor)
      ccl:*arrow-cursor*))