| Package | Description |
|---|---|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
Sequence.tracks
The MIDI tracks in this sequence.
|
| Modifier and Type | Method and Description |
|---|---|
Track |
Sequence.createTrack()
Creates a new, initially empty track as part of this sequence.
|
Track |
Sequence.getTracks()
Obtains an array containing all the tracks in this sequence.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Sequence.deleteTrack(Track
Removes the specified track from the sequence.
|
void |
Sequencer.recordDisable(Track
Disables recording to the specified track.
|
void |
Sequencer.recordEnable(Track
Prepares the specified track for recording events received on a particular channel.
|