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

Imports the contents of {file}. Currently supports MIDI, MusicKit and CSound score files. Each syntax supports its own set of {option value} pairs. See midifile-import for a full discussion of importing MIDI files.

Example:

Import tracks 0,2 and 3 of test.midi, omitting all control change messages (status opcode #xB)
Stella [Top-Level]: import test.midi tracks (0 2 3) channel-omit #xb
Stella [Top-Level]: list
Top-Level:
  1. Test-Track-0
  2. Test-Track-2
  3. Test-Track-3

See Also:

midifile-import [Function], cl [Command], load [Command], Importing and Recording.


Last Modified: 7-Jun-1998