com.sun.media.sound
Class SoftVoice

java.lang.Object
  extended by javax.sound.midi.VoiceStatus
      extended by com.sun.media.sound.SoftVoice

public class SoftVoice
extends javax.sound.midi.VoiceStatus

Software synthesizer voice class.

Author:
Karl Helgason

Field Summary
 int exclusiveClass
           
 boolean releaseTriggered
           
 
Fields inherited from class javax.sound.midi.VoiceStatus
active, bank, channel, note, program, volume
 
Constructor Summary
SoftVoice(SoftSynthesizer synth)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exclusiveClass

public int exclusiveClass

releaseTriggered

public boolean releaseTriggered
Constructor Detail

SoftVoice

public SoftVoice(SoftSynthesizer synth)