VoiceStatus
Class VoiceStatus
- java.lang.Object
-
- javax.sound.midi.VoiceStatus
public class VoiceStatus extends Object
A VoiceStatus
object contains information about the current status of one of the voices produced by a Synthesizer
.
MIDI synthesizers are generally capable of producing some maximum number of simultaneous notes, also referred to as voices. A voice is a stream of successive single notes, and the process of assigning incoming MIDI notes to specific voices is known as voice allocation. However, the voice-allocation algorithm and the contents of each voice are normally internal to a MIDI synthesizer and hidden from outside view. One can, of course, learn from MIDI messages which notes the synthesizer is playing, and