[CM] MidiShare error with CM

Rick Taube taube at uiuc.edu
Mon Dec 12 05:28:00 PST 2005


> Thanks, Rick, that fixed it. Now how do I get a newline after each 
> force-output ? :

(terpri) will do that:

(set-receiver! (lambda (ev)
                  (ms:MidiPrintEv ev)
                  (terpri)
                  (force-output)
                  (ms:MidiFreeEv ev))    ; dont forget to free an ev if 
you dont resend!
                *ms*)




More information about the Cmdist mailing list