uk.org.toot.audio.eq
Class CutEQ

java.lang.Object
  extended by uk.org.toot.audio.eq.EQ
      extended by uk.org.toot.audio.eq.AbstractEQ
          extended by uk.org.toot.audio.eq.AbstractSerialEQ
              extended by uk.org.toot.audio.eq.CutEQ
All Implemented Interfaces:
AudioProcess

public class CutEQ
extends AbstractSerialEQ

A serial cut-only EQ to provide band-limiting effects. Just remember the Low filter is HighPass and the High filter is LowPass.


Nested Class Summary
static class CutEQ.Controls
          The controls for a CutEQ.
 
Nested classes/interfaces inherited from class uk.org.toot.audio.eq.EQ
EQ.Specification
 
Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
CutEQ()
          Create a CutEQ with default controls.
CutEQ(CutEQ.Controls controls)
          Create a CutEQ with the specified controls.
 
Method Summary
 
Methods inherited from class uk.org.toot.audio.eq.AbstractEQ
close, getSize, getSpecification, open, processAudio
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutEQ

public CutEQ()
Create a CutEQ with default controls.


CutEQ

public CutEQ(CutEQ.Controls controls)
Create a CutEQ with the specified controls.



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.