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


_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to