Sequence
Class Sequence
- java.lang.Object
-
- javax.sound.midi.Sequence
public class Sequence extends Object
A Sequence
is a data structure containing musical information (often an entire song or composition) that can be played back by a
object. Specifically, the Sequencer
Sequence
contains timing information and one or more tracks. Each
consists of a series of MIDI events (such as note-ons, note-offs, program changes, and meta-events). The sequence's timing information specifies the type of unit that is used to time-stamp the events in the sequence. track
A Sequence
can be created from a MIDI file by reading the file into an input stream and inv