Java javax.sound.midi Sequence fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.midi Sequence fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.midi Sequence.

The text is from its open source code.

Field

floatPPQ
The tempo-based timing type, for which the resolution is expressed in pulses (ticks) per quarter note.

Constructor

Sequence(float divisionType, int resolution)
Constructs a new MIDI sequence with the specified timing division type and timing resolution.

Method

TrackcreateTrack()
Creates a new, initially empty track as part of this sequence.
intgetResolution()
Obtains the timing resolution for this sequence.
Track[]getTracks()
Obtains an array containing all the tracks in this sequence.