com.groovemanager.sampled.fx.control
Class LFODepthControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.FloatControl
          extended by com.groovemanager.sampled.fx.control.LFODepthControl

public class LFODepthControl
extends javax.sound.sampled.FloatControl

Control for setting the LFO depth

Author:
Manu Robledo

Nested Class Summary
static class LFODepthControl.Type
           
 
Constructor Summary
LFODepthControl(float minimum, float maximum, float precision, float initialValue)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.FloatControl
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, setValue, shift, toString
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LFODepthControl

public LFODepthControl(float minimum,
                       float maximum,
                       float precision,
                       float initialValue)