A song is a data structure containing musical information
that can be played back by the proMIDI sequencer object. Specifically, the
song contains timing information and one or more tracks. Each track consists of a
series of MIDI events (such as note-ons, note-offs, program changes, and meta-events).
A sequence can be built from scratch by adding new
tracks to an empty song, and adding MIDI events to these tracks.