Creating a Sequence

Purpose.  Shows how to construct a Sequence object with a Track and MidiEvents in memory and save it to a Standard MIDI File (SMF).

Usage. 

java CreateSequence midi_file

Parameters. 

midi_file

the name of the file to save to as a Standard Midi File.

Bugs, limitations. None

Source code.  CreateSequence.java