m4c-score-file [Class]

An event stream class implementing M4C score files. This class is automatcally chosen when you specify a file with a .sc extension.

m4c-score-file declares the following slots:

orchestra {filename}
The filename of the M4C orchestra to process the score file. Defaults to "/usr/CMP/m4c/m4c/classorch/m4c.cls".
args {string}
Optional arguments to pass to the orchestra. Defaults to "-NH -e".
output {filename}
The sound file to compute. Defaults to name.snd, where name is the name of the score file.
channels {integer}
The number of channels for the sound file. Defaults to 1.
srate {integer}
The sampling rate of the sound file. Defaults to 22050.
play {t | nil}
If t (the default) the sound file is played after it is computed.
listing {filename}
The listing file to write. Defaults to name.list, where name is the name of the score file.
Additional slots are inherited from event-stream.

See Also:

event-stream, M4C


Last Modified: 5-Mar-1998