javax.sound.midi
Class VoiceStatus
public
class
VoiceStatus
extends Object
Objects of this type define the status of a Synthesizer voice.
Since: 1.3
Field Summary |
boolean | active
True if this voice is processing a MIDI note. |
int | bank
The bank of the voice when active. |
int | channel
The channel for this voice when active. |
int | note
The note for this voice when active. |
int | program
The program for this voice when active. |
int | volume
The volume for this voice when active. |
public boolean active
True if this voice is processing a MIDI note.
public int bank
The bank of the voice when active.
public int channel
The channel for this voice when active.
public int note
The note for this voice when active.
public int program
The program for this voice when active.
public int volume
The volume for this voice when active.