javax.sound.midi
public class VoiceStatus extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
VoiceStatus() |
public boolean active
public int channel
public int bank
public int program
public int note
public int volume
public VoiceStatus()