|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
uk.org.toot.control.Control
uk.org.toot.control.CompoundControl
uk.org.toot.audio.core.AudioControls
com.frinika.tootX.plugins.reverb.ReverbControls
public class ReverbControls
Nested Class Summary |
---|
Nested classes/interfaces inherited from class uk.org.toot.control.CompoundControl |
---|
uk.org.toot.control.CompoundControl.BypassControl, uk.org.toot.control.CompoundControl.ControlColumn, uk.org.toot.control.CompoundControl.ControlRow |
Field Summary | |
---|---|
protected static uk.org.toot.control.ControlLaw |
UNITY_LIN_LAW
|
Fields inherited from class uk.org.toot.control.CompoundControl |
---|
controls, providerId, USE_PARENT_PROVIDER_ID |
Fields inherited from class uk.org.toot.control.Control |
---|
indicator |
Constructor Summary | |
---|---|
ReverbControls()
|
Method Summary | |
---|---|
boolean |
canBypass()
|
float |
getDamp()
|
float |
getLevel()
|
float |
getMix()
|
float |
getRoomSize()
|
float |
getWidth()
|
Methods inherited from class uk.org.toot.audio.core.AudioControls |
---|
canBeMinimized, getBypassControl, getPersistenceDomain, hasOrderedFrequencies, isBypassed, setBypassed |
Methods inherited from class uk.org.toot.control.CompoundControl |
---|
add, canBeDeleted, canBeInsertedBefore, canBeMoved, canBeMovedBefore, checkInstanceIndex, deepFind, deriveInstanceIndex, disambiguate, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, getProviderId, hasCustomUI, hasPresets, isAlwaysHorizontal, isAlwaysVertical, isNeverBordered, isPluginParent, putClientProperty, remove, setPersistence, setProviderId, toString |
Methods inherited from class uk.org.toot.control.Control |
---|
getAnnotation, getControlPath, getControlPath, getId, getIntValue, getName, getParent, getValueString, isAdjusting, isEnabled, isHidden, isIndicator, notifyParent, setAdjusting, setAnnotation, setEnabled, setHidden, setIntValue, setName |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final uk.org.toot.control.ControlLaw UNITY_LIN_LAW
Constructor Detail |
---|
public ReverbControls()
Method Detail |
---|
public float getMix()
getMix
in interface ReverbProcessVariables
public float getLevel()
getLevel
in interface ReverbProcessVariables
public float getWidth()
getWidth
in interface ReverbProcessVariables
public float getDamp()
getDamp
in interface ReverbProcessVariables
public float getRoomSize()
getRoomSize
in interface ReverbProcessVariables
public boolean canBypass()
canBypass
in class uk.org.toot.audio.core.AudioControls
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |