com.groovemanager.sampled.fx.control
Class EchoAmountControl

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

public class EchoAmountControl
extends javax.sound.sampled.FloatControl

Float Control subclass used for the SimpleEcho Effect to determine how loud the echo should be.

Author:
Manu Robledo

Nested Class Summary
static class EchoAmountControl.Type
          The EchoAmount type
 
Constructor Summary
EchoAmountControl()
          Create a new EchoAmountControl
 
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

EchoAmountControl

public EchoAmountControl()
Create a new EchoAmountControl