API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. VoiceStatus View Source
Author(s)
David Rivas
Kara Kytle
Since
Version
1.19, 11/17/05
Serial
Hierarchy
 Object
      VoiceStatus
Implements
Subclasses
Description
public class VoiceStatus
  A VoiceStatus object contains information about the current status of one of the voices produced by a Synthesizer.
Constructors
public VoiceStatus ()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public boolean active
  Indicates whether the voice is currently processing a MIDI note.
public int bank
  The bank number of the instrument that this voice is currently using.
public int channel
  The MIDI channel on which this voice is playing.
public int note
  The MIDI note that this voice is playing.
public int program
  The program number of the instrument that this voice is currently using.
public int volume
  The current MIDI volume level for the voice.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar