|
||||||||||
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
uk.org.toot.audio.mixer.MixControls
uk.org.toot.audio.mixer.PostFadeMixControls
public class PostFadeMixControls
Specialises MixControls for post-fade (effects send) use.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class uk.org.toot.audio.mixer.MixControls |
---|
MixControls.BalanceControl, MixControls.FrontRearControl, MixControls.GainControl, MixControls.LCRControl, MixControls.PanControl |
Nested classes/interfaces inherited from class uk.org.toot.control.CompoundControl |
---|
CompoundControl.BypassControl |
Field Summary |
---|
Fields inherited from class uk.org.toot.control.CompoundControl |
---|
USE_PARENT_PROVIDER_ID |
Constructor Summary | |
---|---|
PostFadeMixControls(MixerControls mixerControls,
int stripId,
BusControls busControls,
MainMixControls mainMixControls)
|
Method Summary | |
---|---|
float |
getGain()
|
boolean |
isEnabled()
|
Methods inherited from class uk.org.toot.audio.mixer.MixControls |
---|
canBeDeleted, getChannelFormat, getChannelGains, getGainControl, getMuteControl, getSoloControl, hasPresets, hasSolo, isAlwaysVertical, isMaster, isMute, isSolo |
Methods inherited from class uk.org.toot.audio.core.AudioControls |
---|
canBeMinimized, canBypass, getBypassControl, getPersistenceDomain, hasOrderedFrequencies, isBypassed, setBypassed |
Methods inherited from class uk.org.toot.control.CompoundControl |
---|
canBeInsertedBefore, canBeMoved, canBeMovedBefore, deepFind, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, getProviderId, hasCustomUI, isAlwaysHorizontal, isNeverBordered, isPluginParent, putClientProperty, setPersistence, setProviderId, toString |
Methods inherited from class uk.org.toot.control.Control |
---|
getAnnotation, getControlPath, getControlPath, getId, getIntValue, getName, getParent, getValueString, isAdjusting, isHidden, isIndicator, setAdjusting, setAnnotation, setEnabled, setHidden, setIntValue, setName |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface uk.org.toot.audio.mixer.MixVariables |
---|
getName |
Constructor Detail |
---|
public PostFadeMixControls(MixerControls mixerControls, int stripId, BusControls busControls, MainMixControls mainMixControls)
Method Detail |
---|
public boolean isEnabled()
isEnabled
in interface MixVariables
isEnabled
in class MixControls
public float getGain()
getGain
in interface MixVariables
getGain
in class MixControls
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |