com.groovemanager.sampled.fx.control
Class DryWetControl.Type

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.FloatControl.Type
          extended by com.groovemanager.sampled.fx.control.DryWetControl.Type
Enclosing class:
DryWetControl

public static class DryWetControl.Type
extends javax.sound.sampled.FloatControl.Type


Field Summary
static DryWetControl.Type DRY_WET
           
 
Fields inherited from class javax.sound.sampled.FloatControl.Type
AUX_RETURN, AUX_SEND, BALANCE, MASTER_GAIN, PAN, REVERB_RETURN, REVERB_SEND, SAMPLE_RATE, VOLUME
 
Constructor Summary
protected DryWetControl.Type()
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DRY_WET

public static final DryWetControl.Type DRY_WET
Constructor Detail

DryWetControl.Type

protected DryWetControl.Type()