Searched defs:Track (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DTrack.java40 * A <code>Track</code> occupies a middle level in the hierarchy of data played
46 * in the sequence containing the track. A given <code>Track</code>
50 * <code>Track</code> constructor.
52 * The <code>Track</code> class provides methods to edit the track by adding
64 public class Track { class
78 * Package-private constructor. Constructs a new, empty Track object,
79 * which initially contains one event, the meta-event End of Track.
81 Track() { method in class:Track

Completed in 152 milliseconds