|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.midi.VoiceStatus
public class VoiceStatus
Objects of this type define the status of a Synthesizer voice.
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. |
Constructor Summary | |
---|---|
VoiceStatus()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean active
public int channel
public int bank
public int program
public int note
public int volume
Constructor Detail |
---|
public VoiceStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |