Example usage for Java javax.sound.midi Sequence fields, constructors, methods, implement or subclass
The text is from its open source code.
float | PPQ The tempo-based timing type, for which the resolution is expressed in pulses (ticks) per quarter note. |
Sequence(float divisionType, int resolution) Constructs a new MIDI sequence with the specified timing division type and timing resolution. |
Track | createTrack() Creates a new, initially empty track as part of this sequence. |
int | getResolution() Obtains the timing resolution for this sequence. |
Track[] | getTracks() Obtains an array containing all the tracks in this sequence. |