Table of Contents

playmf

Plays a standard MIDI file.

Synopsis

playmf <MIDI file> <PIMap file> [<num repeats>]

Description

Loads a standard MIDI format file, loads instruments and AIFF samples described in a PIMap file, and plays the MIDI file the specified number of times. Demonstrates use of the Juggler and the score playing routines.

This program is implemented as both a shell program (in $c) and as an example.

Arguments

Implementation

Released as an example in V20.

Also implemented as a command in V24.

Location

$c/playmf

examples/Audio