[CM] Cmn to Midi
Rick Taube
taube@uiuc.edu
Wed, 24 Mar 2004 09:32:58 -0600
that cmntocm.lisp file seems to be quite stale, it mentions the NeXT
MusicKit! If there isnt already some way to do this, then conceptually
what you need to do is quite simple: convert 'staff' objects to 'seq'
objects and conver 'note' objects to 'midi' objects. then just call
(events ...) on the translated results.
On Mar 24, 2004, at 9:17 AM, Rick Taube wrote:
> there is a file in the cmn distribution called cmntocm.lisp
> i dont know if it works anymore, if not i would be willing to help you
> write a score->midifile function, all the hooks to do this are
> certainly there already
>