javax.sound.midi

Class VoiceStatus

public class VoiceStatus extends Object

Objects of this type define the status of a Synthesizer voice.

Since: 1.3

Field Summary
booleanactive
True if this voice is processing a MIDI note.
intbank
The bank of the voice when active.
intchannel
The channel for this voice when active.
intnote
The note for this voice when active.
intprogram
The program for this voice when active.
intvolume
The volume for this voice when active.

Field Detail

active

public boolean active
True if this voice is processing a MIDI note.

bank

public int bank
The bank of the voice when active.

channel

public int channel
The channel for this voice when active.

note

public int note
The note for this voice when active.

program

public int program
The program for this voice when active.

volume

public int volume
The volume for this voice when active.