Author Topic: CMU Midi Toolkit (1993) requires Apple MIDI Manager  (Read 3703 times)

macStuff

  • Guest
CMU Midi Toolkit (1993) requires Apple MIDI Manager
« on: December 09, 2017, 11:08:22 PM »
http://www.cs.cmu.edu/~rbd/doc/cmt/cmtman.html

Quote
Required Hardware and Software

CMT runs on:
Any Commodore-Amiga computerwith an added MIDI interface.
You need the CAMD Midi Driver and library software from Commodore to use CMT.
To use Moxc, you should have an Aztec or Lattice C compiler and preferably a hard disk. Note: The author still uses CMT on some old Amiga computers to run some legacy compositions, but CMT is no longer maintained or tested on Amigas.

Any Macintosh
(with Think C) and any MIDI interface. You need Apple's MIDI Manager from Apple's APDA to use CMT.

IBM PC/XT/AT clones
(with either Borland C, Turbo C, Microsoft C, or Quick C). PC versions will require a Roland or compatible MIDI interface.
See Section ``Other Interface for PCs'' for information about other interface possibilities for the PC platform.

At Carnegie Mellon University (pittsburgh USA), there are two Unix implementations, one for AIX running on RS6000 machines, and one for Mach 3.0 running on i386 architecture machines.

Unix requires special device drivers for MIDI; contact the author for details.

macStuff

  • Guest
Re: CMU Midi Toolkit (1993) requires Apple MIDI Manager
« Reply #1 on: April 04, 2018, 04:45:58 AM »
http://www.cs.cmu.edu/~./music/cmt/
http://www.cs.cmu.edu/~music/music.software.html
http://www.hitsquad.com/smm/programs/CMU_Midi_Toolkit/
https://quod.lib.umich.edu/i/icmc/bbp2372.1986.011/--cmu-midi-toolkit?view=image

Quote
the CMU MIDI toolkit is a colelction of programs for experimental computer music education, composition, performance, and research. The programs are intended to allow low-cost commercial synthesizers to be used in experimental and education applications. The CMU MIDI Toolkit features a text-based score language and translator, a real-time programming environment and it supports arbitrary tuning + rhythm (1986)

macStuff

  • Guest
Re: CMU Midi Toolkit (1993) requires Apple MIDI Manager
« Reply #2 on: January 04, 2019, 12:48:12 PM »
kind of curious about this...

Quote
The CMU Midi Toolkit (CMT) is a collection of software for writing interactive MIDI software in C.
CMT includes a number of handy utilities allong with an application "shell" that provides timing, scheduling,
and MIDI interfaces that are portable across DOS, Mac, SGI, and Amiga platforms.

CMT is distributed by the CMU School of Computer Science.
Correspondence should be addressed to Roger Dannenberg, School of Computer Science, Carnegie Mellon University, Pittsburgh, PA 15213 USA.

CMT runs on the following systems:
-Macintosh (requires Apple MIDI Manager),
-DOS (requires MPU-401 compatible MIDI interface), and
-Amiga (requires Commodore CAMD drivers),

using the following compilers:
-Think C v5,
-Borland C++ v3,
-Turbo C++ for DOS v3,
-Microsoft C v7,
-Quick C v2.5,
-Lattice C v5 (Amiga), and
-Aztec C v5 (Amiga).
(Amiga code is retained in the release but is no longer supported.)

http://www.cs.cmu.edu/~./music/general.html
http://www.cs.cmu.edu/~./music/cmt/mac/
mac: http://www.cs.cmu.edu/~./music/cmt/mac/CMTv3.19.sea.hqx
dos: http://www.cs.cmu.edu/~./music/cmt/dos/

Quote
Introduction and Overview
The CMU MIDI Toolkit (CMT) is a software package designed for experimental computer music education, composition, performance, and research.
CMT includes a compiler for a simple, text-based music language, and software for recording, playing, and computing MIDI data in real time.

CMT has three major attractions:
the flexibility of an open-ended design,
the availability of source code,
and low system cost.

What does CMT do?
The major components and their functions are:

Adagio is a language and an associated compiler.
In Adagio, a note is represented by a line of text that specifies attributes such as pitch, duration, and loudness.
Adagio is quite flexible and is compatible with several different ways of thinking about scores.
For example, ``Q'' stands for a quarter note,
but duration can also be indicated by ``U87'', which means 0.87 seconds(or 0.087 seconds if a time unit of 1 millisecond was selected.).
Adagio also supports arbitrary tuning systems and standard MIDI files.

EXGet and EXPut are programs for recording and replaying MIDI system exclusive messages.
These programs are typically used to save and restore synthesis parameters for a digital synthesizer.
Moxc is a real-time programming environment that is ideal for writing interactive music programs.
Moxc is an extension of the C programming language and is based on Douglas Collinge's Moxie language.
Conduct is a program for conducting MIDI sequences by tapping beats on a keyboard or other MIDI controller.
Cornucopia is a program for mapping incoming MIDI messages to notes, chords, or sequences of MIDI messages.
MM is a midi monitor program that can filter out or display notes, control changes, real-time messages, and system exclusive messages.
MidiPrt converts a standard MIDI file into a human-readable ascii file. This is useful for debugging and for finding out what is really in a MIDI file.
Step provides handy conversions among MIDI pitch numbers, frequency, sample rates, sample periods, and other useful units of measure.
Also provided are routines (in C) that allow direct production of MIDI output. Other routines are available to read MIDI data and to get the current time with 0.01 second or better resolution.

Required Hardware and Software CMT runs on:
Any Commodore-Amiga computer with an added MIDI interface.
You need the CAMD Midi Driver and library software from Commodore to use CMT.
To use Moxc, you should have an Aztec or Lattice C compiler and preferably a hard disk.
Note: The author still uses CMT on some old Amiga computers to run some legacy compositions, but CMT is no longer maintained or tested on Amigas.

Any Macintosh (with Think C) and any MIDI interface.
You need Apple's MIDI Manager from Apple's APDA to use CMT.

IBM PC/XT/AT clones (with either Borland C, Turbo C, Microsoft C, or Quick C).
PC versions will require a Roland MPU-401 or compatible MIDI interface.
See Section 1.3 for information about other interface possibilities for the PC platform.

At Carnegie Mellon University,
there are two Unix implementations,
one for AIX running on RS6000 machines,
and one for Mach 3.0 running on i386 architecture machines.

Unix requires special device drivers for MIDI; contact the author for details.

Note: a C compiler is required to use the Moxc programming environment.
No compiler is needed (for any machine type) to use Adagio, Step, Cornucopia, or Conduct.
The entire CMU MIDI Toolkit occupies 5 to 10MB of disk space, although this could be trimmed considerably by not compiling all the examples.
« Last Edit: January 04, 2019, 01:03:23 PM by macStuff »