public class VoiceStatus extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
active
Indicates the voice is active or not
|
int |
bank
The bank number 0-16383
|
int |
channel
The channel number 0-15
|
int |
note
The note number 0-127
|
int |
program
The program number 0-127
|
int |
volume
The volume 0-127
|
Constructor and Description |
---|
VoiceStatus() |
public boolean active
public int channel
public int bank
public int program
public int note
public int volume