|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter.Type | |
---|---|
uk.org.toot.audio.eq | This package provides EQ processors such as parametric, graphic and cut EQs. |
uk.org.toot.audio.filter | This package provides a model for digital filters, separating the concerns of specification, design and implementation. |
Uses of Filter.Type in uk.org.toot.audio.eq |
---|
Methods in uk.org.toot.audio.eq that return Filter.Type | |
---|---|
Filter.Type |
ClassicFilterControls.getClassicType()
|
Constructors in uk.org.toot.audio.eq with parameters of type Filter.Type | |
---|---|
ClassicFilterControls(java.lang.String name,
int id,
Filter.Type typevalue,
boolean typefixed,
float fmin,
float fmax,
float fvalue,
boolean ffixed,
float qmin,
float qmax,
float qvalue,
boolean qfixed,
float dBmin,
float dBmax,
float dBvalue,
boolean dBfixed)
Construct with all specified values. |
|
ClassicFilterControls(java.lang.String name,
int id,
Filter.Type typevalue,
float freq,
float q,
float leveldB)
Simple construction with few specified values and many defaults. |
Uses of Filter.Type in uk.org.toot.audio.filter |
---|
Methods in uk.org.toot.audio.filter that return Filter.Type | |
---|---|
Filter.Type |
FilterSpecification.getClassicType()
|
static Filter.Type |
Filter.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Filter.Type[] |
Filter.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in uk.org.toot.audio.filter with parameters of type Filter.Type | |
---|---|
void |
BiQuadDesign.design(Filter.Type type,
float dbGain,
float freq,
float srate,
float bandwidth)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |