|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.audio.fader.FaderLaw
public class FaderLaw
A 'fader control law'
| Field Summary | |
|---|---|
static float |
ATTENUATION_CUTOFF
|
static FaderLaw |
BROADCAST
|
static FaderLaw |
LOG
|
static FaderLaw |
SEMI_LOG
|
| Method Summary | |
|---|---|
float |
getMaxdB()
|
float |
getMaximum()
|
float |
getMinimum()
|
int |
getResolution()
return the resolution of the integer value valid integers are 0 .. |
java.lang.String |
getUnits()
return the user units string |
int |
intValue(float v)
return the integer value for user value valid integers are 0 .. |
float |
userValue(int v)
return the user value for the integer value valid integers are 0 .. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FaderLaw SEMI_LOG
public static final FaderLaw LOG
public static final FaderLaw BROADCAST
public static float ATTENUATION_CUTOFF
| Method Detail |
|---|
public int getResolution()
ControlLaw
getResolution in interface ControlLawpublic float getMaximum()
getMaximum in interface ControlLawpublic float getMinimum()
getMinimum in interface ControlLawpublic float getMaxdB()
public java.lang.String getUnits()
ControlLaw
getUnits in interface ControlLawpublic int intValue(float v)
ControlLaw
intValue in interface ControlLawpublic float userValue(int v)
ControlLaw
userValue in interface ControlLaw
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||