KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > midi > VoiceStatus

javax.sound.midi
Class VoiceStatus

java.lang.Object
  extended by javax.sound.midi.VoiceStatus
See Also:
Source Code, Synthesizer.getMaxPolyphony(), Synthesizer.getVoiceStatus()

public boolean active
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int bank
See Also:
MidiChannel.programChange(int, int), active, Patch
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int channel
See Also:
active, MidiChannel
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int note
See Also:
active
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int program
See Also:
active, Patch, MidiChannel.getProgram()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public VoiceStatus()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int volume
See Also:
active
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags