CMU MIDI Toolkit Copyright 1993, Carnegie Mellon University contact: Roger B. Dannenberg phone: 412-268-3827 email: dannenberg@cs.cmu.edu To install the CMU MIDI Toolkit for Macintosh/Think C: (1) Create a folder to contain the CMU MIDI Toolkit software. (2) Run the self-extracting archive on disk 1, placing the results in the folder you created in step 1 (3) In the lib folder, use Think C to build libraries from the cmt.p and seq.p projects. The libraries should be named cmt.lib and seq.lib. (4) Go to each project at the top-level cmt folder and build it with Think C. Note: if you get a compiler error on a handlers.c file in a project, it is probably because there are several different files named handlers.c. The handlers.c for Adagio is in app:adagio:handlers.c, the handlers.c for crn is in app:crn:handlers.c, etc. You may have to remove handlers.c from the project with the error, then add the correct handlers.c back to the project, then rebuild the project.