Uses of Class
javax.sound.midi.Track
Package
Description
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
-
Uses of Track in javax.sound.midi
Modifier and TypeMethodDescriptionSequence.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 TypeMethodDescriptionboolean
Sequence.deleteTrack
(Track track) Removes the specified track from the sequence.void
Sequencer.recordDisable
(Track track) Disables recording to the specified track.void
Sequencer.recordEnable
(Track track, int channel) Prepares the specified track for recording events received on a particular channel.