|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.eq.EQ
uk.org.toot.audio.eq.AbstractEQ
uk.org.toot.audio.eq.AbstractSerialEQ
uk.org.toot.audio.eq.CutEQ
public class CutEQ
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 |
---|
public CutEQ()
public CutEQ(CutEQ.Controls controls)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |