[CM] [Common Music] Tiny PortMidi patch ...
R. Mattes
rm at seid-online.de
Sun Dec 18 12:42:28 PST 2005
Both pm.lisp and p.scm contain an error message that seems
to be a copy-n-paste leftover - here's a patch for the Lisp version:
--- pm.lisp.orig 2005-12-18 21:38:31.000000000 +0100
+++ pm.lisp 2005-12-18 21:38:50.000000000 +0100
@@ -139,7 +139,7 @@
(when (not (io-open obj))
(unless (portmidi:portmidi)
(error
- "Can't open MidiShare connection: MidiShare not
loaded."))
+ "Can't open PortMidi connection: PortMidi not
loaded."))
(unless (event-stream-stream obj)
(flet ((getd (i d l)
(cond ((not i) nil)
Cheers, Ralf Mattes
More information about the Cmdist
mailing list