[CM] [Common Music] Tiny PortMidi patch ...
R. Mattes
rm@seid-online.de
Sun, 18 Dec 2005 21:42:28 +0100
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