play {file} {option value}* [Command]

Plays {file} according to its syntax, which is normally determined by the file's extension. Stella uses the the following mapping of file types to syntax:
.midi, .mid MIDI
.score Music Kit
.clm, .snd, .aiff CLM
.cmn, .eps CMN
.sco CSound
The {option value} pairs depend on the syntax and type of file. For a complete list see open.

Example:

Play test.clm using 44100 srate and 2 channels:
Stella [Top-Level]: play test.clm srate 44100 channels 2
Play test.midi with timescale .5 and ending at time 20.0:
Stella [Top-Level]: play test.midi timescale .5 end 20.0

See Also:


Last Modified: 5-Mar-1998