com.groovemanager.sampled.fx.control
Class NormalizeToControl

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

public class NormalizeToControl
extends javax.sound.sampled.FloatControl

Float Control subclass used for the Normalizer Effect to determine to which maximum amplitude the audio data should be processed

Author:
Manu Robledo

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

NormalizeToControl

public NormalizeToControl()
Create a new NormalizeControl