Missing functions?

Rick Taube taube@uiuc.edu
Mon, 6 Jan 1997 08:34:27 -0600


>Is there any logical reason why "between",  "pick", and "pickl" don't work for
>me in cm? I believe I've been using the correct syntax but I always get the

you dont say which lisp you are using so ill assume clisp.
perhaps you are working in a different package than cm's??  try doing:

	(cm::between 0 4)

and see what happens. if that works, then do:

	(in-package :cm)

to switch to the cm package. do this before you start stella running.


>working from cm on my PC? Opening the port (I've tried A and 0) and mixing
>don't
>result in any error messages, but there is no output from the port. Any
>and all

there is no "direct to driver" support for the PC  because I dont know
anything about midi drivers under DOS.  TO use midi you must open a MIDI
file, then output to it:

	open test.midi play nil
	mix x,y,z 0

and then use some external app to play the midi file. if its possible to
call DOS .bat files from clisp then this external app could be envoked
automatically as is the case with unix.