[CM] Default MIDI player in Common Music
Rick Taube
taube@uiuc.edu
Sat, 31 Mar 2007 18:45:34 -0500
in recent versions of cm the *midi-player* variable holds the
(string) command cm will use to play a .mid file. so you can reset
this in the repl:
(setf *midi-player* "/path/to/my/midiplayer")
or add it to a personal ~/.cminit.lisp file for autoloading at startup.
On Mar 31, 2007, at 5:59 PM, registrationalias wrote:
> Hello, just wondering how to switch the default MIDI player in
> Common Music...
>